summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-10-21 21:18:58 +0000
committerJeremy Allison <jra@samba.org>2003-10-21 21:18:58 +0000
commitdb8e98175c47cddd89e07b5e1c4c8b5f88651ccc (patch)
treeedbf4a702c7dc1b8acc468a4f7fa5ae217c6ed2b /source3/smbd
parentaf4263e46e744bde8d637a2fff016f1a6ca3e543 (diff)
downloadsamba-db8e98175c47cddd89e07b5e1c4c8b5f88651ccc.tar.gz
samba-db8e98175c47cddd89e07b5e1c4c8b5f88651ccc.tar.bz2
samba-db8e98175c47cddd89e07b5e1c4c8b5f88651ccc.zip
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
when reverse connecting back to a client for printer notify. Jeremy. (This used to be commit 7fde193efeb856ec325d5d563f1e710c45dc65d7)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/blocking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/blocking.c b/source3/smbd/blocking.c
index f43790bfe0..c0512d5539 100644
--- a/source3/smbd/blocking.c
+++ b/source3/smbd/blocking.c
@@ -149,7 +149,7 @@ for fnum = %d, name = %s\n", length, (int)blr->expire_time, lock_timeout,
blr->fsp->fnum, blr->fsp->fsp_name ));
/* 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;
}