From: Andreas Schneider Date: Thu, 11 Feb 2016 09:47:58 +0000 (+0100) Subject: s4-client: Fix cifsdd arg parsing for skip X-Git-Tag: tevent-0.9.28~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23d2c7f6707fee14330881c341249d6ce766dda0;p=thirdparty%2Fsamba.git s4-client: Fix cifsdd arg parsing for skip BUG: https://bugzilla.samba.org/show_bug.cgi?id=11730 Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- diff --git a/source4/client/cifsdd.c b/source4/client/cifsdd.c index 7d412a5d807..48ffe18e3c7 100644 --- a/source4/client/cifsdd.c +++ b/source4/client/cifsdd.c @@ -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);