diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-02-29 16:32:04 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-02-29 16:32:04 +0000 |
commit | 6ed848877e4cfbefcbcc1a50f23a906e7afeb55f (patch) | |
tree | 987cdf6c26c062ddeb757ad84de98da5a166f228 /source3/utils | |
parent | 55afdfa77cd2efce116bf27fd98aff9f73feb283 (diff) | |
download | samba-6ed848877e4cfbefcbcc1a50f23a906e7afeb55f.tar.gz samba-6ed848877e4cfbefcbcc1a50f23a906e7afeb55f.tar.bz2 samba-6ed848877e4cfbefcbcc1a50f23a906e7afeb55f.zip |
Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller.
Volker
(This used to be commit 73117f5e41aa923b07d200a18c84b8082d8b71a6)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbpasswd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 5507727498..0476a2e39c 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -37,6 +37,7 @@ static const char *remote_machine = NULL; static fstring ldap_secret; + /********************************************************* Print command usage on stderr and die. **********************************************************/ |