Unverified Commit 4f216e7c authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'uli42-pr/fix_sync_segfault' into 3.6.x

parents 7fd59fbd 19116a61
...@@ -400,10 +400,8 @@ int ddxProcessArgument(int argc, char *argv[], int i) ...@@ -400,10 +400,8 @@ int ddxProcessArgument(int argc, char *argv[], int i)
} }
if (!strcmp(argv[i], "-sync")) { if (!strcmp(argv[i], "-sync")) {
if (++i < argc) { nxagentSynchronize = True;
nxagentSynchronize = True; return 1;
return 1;
}
} }
if (!strcmp(argv[i], "-full")) { if (!strcmp(argv[i], "-full")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment