summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-09-12 22:40:27 +0000
committerLuke Leighton <lkcl@samba.org>1999-09-12 22:40:27 +0000
commitddf33698b517967deaa5e620dd65a2670a7779e6 (patch)
tree6a0ef2da9d5206ed770f2cb77944ca07fec61cf0 /source3/smbd
parent856a3e27405c3d92a56af6914e55af696a517f1c (diff)
downloadsamba-ddf33698b517967deaa5e620dd65a2670a7779e6.tar.gz
samba-ddf33698b517967deaa5e620dd65a2670a7779e6.tar.bz2
samba-ddf33698b517967deaa5e620dd65a2670a7779e6.zip
- initialising mach_passwd_file locks to zero (prev. uninit.)
- cleanup - #defined report to sprintf as it's #defined to another function in other uses of cmd_lsarpc.c (This used to be commit 8fb2ff247a2fe0ec5ce0c232d8a3da9774f7e6ae)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 13dd932a57..e9fb230624 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -778,7 +778,6 @@ void smbd_process(void)
{
extern fstring remote_machine;
extern fstring local_machine;
- char *s;
fstrcpy(remote_machine, dns_to_netbios_name(client_name(Client)));
fstrcpy(local_machine, global_myname);