From 6ed848877e4cfbefcbcc1a50f23a906e7afeb55f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 29 Feb 2004 16:32:04 +0000 Subject: Trivial commit to make 'smbdiff 3_0/source head/source' two files smaller. Volker (This used to be commit 73117f5e41aa923b07d200a18c84b8082d8b71a6) --- source3/utils/smbpasswd.c | 1 + source3/web/swat.c | 1 + 2 files changed, 2 insertions(+) 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) -- cgit