diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-12 22:40:27 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-12 22:40:27 +0000 |
commit | 8fb2ff247a2fe0ec5ce0c232d8a3da9774f7e6ae (patch) | |
tree | 4d26743d5a3ebf5eed678ccd77f67558266dbd5f /source/smbd | |
parent | 4e5eac18d0d9325c8e524fb53b4e049f0893fae7 (diff) | |
download | samba-8fb2ff247a2fe0ec5ce0c232d8a3da9774f7e6ae.tar.gz samba-8fb2ff247a2fe0ec5ce0c232d8a3da9774f7e6ae.tar.xz samba-8fb2ff247a2fe0ec5ce0c232d8a3da9774f7e6ae.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
Diffstat (limited to 'source/smbd')
-rw-r--r-- | source/smbd/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c index 13dd932a572..e9fb230624c 100644 --- a/source/smbd/process.c +++ b/source/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); |