summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-10-21 17:40:58 +0000
committerJeremy Allison <jra@samba.org>2003-10-21 17:40:58 +0000
commit3fe18a46a33cc1c0a0ecfefc61618356d7746a15 (patch)
treea352e8c8fbaa21ce7560902b8cc7262cbaec0da3 /source3/smbd/notify.c
parentda8048b4fa8b60ec3cb3033d19d4a451f259befb (diff)
downloadsamba-3fe18a46a33cc1c0a0ecfefc61618356d7746a15.tar.gz
samba-3fe18a46a33cc1c0a0ecfefc61618356d7746a15.tar.bz2
samba-3fe18a46a33cc1c0a0ecfefc61618356d7746a15.zip
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy. (This used to be commit 63f331564396e7a4f16dce95bb98d3b6c4b75351)
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r--source3/smbd/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index ca6f2b783f..9adf827c79 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -199,7 +199,7 @@ BOOL change_notify_set(char *inbuf, files_struct *fsp, connection_struct *conn,
DLIST_ADD(change_notify_list, cnbp);
/* Push the MID of this packet on the signing queue. */
- srv_defer_sign_response(SVAL(inbuf,smb_mid), True);
+ srv_defer_sign_response(SVAL(inbuf,smb_mid));
return True;
}