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 | |
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)
-rw-r--r-- | source3/utils/smbpasswd.c | 1 | ||||
-rw-r--r-- | source3/web/swat.c | 1 |
2 files changed, 2 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. **********************************************************/ diff --git a/source3/web/swat.c b/source3/web/swat.c index c536e12e09..e535106f26 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -51,6 +51,7 @@ static int iNumNonAutoPrintServices = 0; #define ENABLE_USER_FLAG "enable_user_flag" #define RHOST "remote_host" + /**************************************************************************** ****************************************************************************/ static int enum_index(int value, const struct enum_list *enumlist) |