summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1999-12-21 04:54:30 +0000
committerAndrew Tridgell <tridge@samba.org>1999-12-21 04:54:30 +0000
commit4951755413c11d4c5b9af4699a6e622056d52433 (patch)
tree23ea1c61c45663b69a3fba77f4e6b967d5d18435 /source/smbd/reply.c
parent7067aeecabaea8a35f7a27de4b44f1e11afd07b7 (diff)
downloadsamba-4951755413c11d4c5b9af4699a6e622056d52433.tar.gz
samba-4951755413c11d4c5b9af4699a6e622056d52433.tar.xz
samba-4951755413c11d4c5b9af4699a6e622056d52433.zip
first cut at using the tdb code for the connections structure, the
SWAT status page and smbstatus. It made the code _much_ simpler, I wish we'd done a database module a long time ago!
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 54f646e0911..aa7e95294da 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -123,7 +123,7 @@ int reply_special(char *inbuf,char *outbuf)
reopen_logs();
if (lp_status(-1)) {
- claim_connection(NULL,"STATUS.",MAXSTATUS,True);
+ claim_connection(NULL,"",MAXSTATUS,True);
}
break;