summaryrefslogtreecommitdiffstats
path: root/source/nmbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-13 04:09:39 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-13 04:09:39 +0000
commitc642cf5bcc66022c6e426454ae881496375c2ccb (patch)
tree56b49cedbbdb2f6cdf145d6a0c19ecd0c9e0719b /source/nmbd
parente13511271193003765e7a28a621b73eda9bf5198 (diff)
downloadsamba-c642cf5bcc66022c6e426454ae881496375c2ccb.tar.gz
samba-c642cf5bcc66022c6e426454ae881496375c2ccb.tar.xz
samba-c642cf5bcc66022c6e426454ae881496375c2ccb.zip
- remove template from smbrun(). Now uses /tmp and mkstemp
- fixed some uninitialised variable warnings - removed smbrun utility (never used) - removed some incorrect varargs usage - removed smbrun smb.conf option
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd_winsserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_winsserver.c b/source/nmbd/nmbd_winsserver.c
index 7836f0570c8..296102fd99c 100644
--- a/source/nmbd/nmbd_winsserver.c
+++ b/source/nmbd/nmbd_winsserver.c
@@ -62,7 +62,7 @@ static void wins_hook(char *operation, struct name_record *namerec, int ttl)
}
DEBUG(3,("calling wins hook for %s\n", nmb_namestr(&namerec->name)));
- smbrun(command, NULL, NULL);
+ smbrun(command, NULL);
}