s3/smbclient: fix incorrect command tab completions
authorDavid Disseldorp <ddiss@samba.org>
Wed, 22 May 2013 10:17:23 +0000 (12:17 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 24 Jun 2013 17:32:53 +0000 (19:32 +0200)
commit398ee49bda81e84c0f1e530bac02fb0fdc869afa
tree588205b2399a29d52393f447bf779db51825531c
parentd544d178f0f114613701821ed23ab37431ebb089
s3/smbclient: fix incorrect command tab completions

smbclient commands can offer tab-completion for local and remote paths.
This behaviour is specified for the first two arguments using the
compl_args entry in the commands struct.
This change fixes a number of incorrectly specified compl_args values.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Aurélien Aptel <aurelien.aptel@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): David Disseldorp <ddiss@samba.org>
Autobuild-Date(master): Mon Jun 24 19:32:54 CEST 2013 on sn-devel-104
source3/client/client.c