s4-client: Fix cifsdd arg parsing for skip
[gd/samba-autobuild/.git] / source4 / client / cifsdd.c
index 7d412a5d807d24b3b02f3271a816483169d50b48..48ffe18e3c7b7036a7a8771e53e982e943fc532a 100644 (file)
@@ -571,7 +571,7 @@ int main(int argc, const char ** argv)
        /* Block counts. */
        set_arg_val("count", (uint64_t)-1);
        set_arg_val("seek", (uint64_t)0);
-       set_arg_val("seek", (uint64_t)0);
+       set_arg_val("skip", (uint64_t)0);
        /* Files. */
        set_arg_val("if", NULL);
        set_arg_val("of", NULL);