diff options
author | Jeremy Allison <jra@samba.org> | 2003-10-21 21:18:58 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-10-21 21:18:58 +0000 |
commit | db8e98175c47cddd89e07b5e1c4c8b5f88651ccc (patch) | |
tree | edbf4a702c7dc1b8acc468a4f7fa5ae217c6ed2b /source3/smbd | |
parent | af4263e46e744bde8d637a2fff016f1a6ca3e543 (diff) | |
download | samba-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.c | 2 |
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; } |