Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master castfs by Vlad Glagolev (da61cb1686acc92f608c5627673203270bc60e92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master castfs by Vlad Glagolev (da61cb1686acc92f608c5627673203270bc60e92)
  • Date: Mon, 23 Mar 2015 03:21:51 -0500

GIT changes to master castfs by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
src/castfs.c | 1 +
2 files changed, 4 insertions(+)

New commits:
commit da61cb1686acc92f608c5627673203270bc60e92
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

do not cut off the last value from a new argv array

diff --git a/ChangeLog b/ChangeLog
index 325a738..9ec3121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * src/castfs.c: added forgotten new argc increment
+
2015-03-22 Vlad Glagolev <stealth AT sourcemage.org>
* configure.in: -> configure.ac; updated spell version to 0.6.2
* src/castfs.c: use dynamic version value; force single-threaded mode
diff --git a/src/castfs.c b/src/castfs.c
index 3d2dea8..0bfee4e 100644
--- a/src/castfs.c
+++ b/src/castfs.c
@@ -786,6 +786,7 @@ int main(int argc, char *argv[], char *env[])

// enforce single-threaded mode for fuse to avoid multijob install
races
new_argv[new_argc] = singlethreaded;
+ new_argc++;

cast_log(CAST_DBG_MAIN, "mount path %s\n", mount_path);
cast_log(CAST_DBG_MAIN, "stage path %s\n", stage_path);



  • [SM-Commit] GIT changes to master castfs by Vlad Glagolev (da61cb1686acc92f608c5627673203270bc60e92), Vlad Glagolev, 03/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page