diff options
author | Jeremy Allison <jra@samba.org> | 2003-10-21 21:19:00 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-10-21 21:19:00 +0000 |
commit | f589164ed94d79161d0798296c325b81c5eadbc7 (patch) | |
tree | 83a14b6ae1ada17b4c8d954e9ee7bcce8ff06b13 /source3/smbd | |
parent | 3fe18a46a33cc1c0a0ecfefc61618356d7746a15 (diff) | |
download | samba-f589164ed94d79161d0798296c325b81c5eadbc7.tar.gz samba-f589164ed94d79161d0798296c325b81c5eadbc7.tar.bz2 samba-f589164ed94d79161d0798296c325b81c5eadbc7.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 06aa434c3fdb139e3f3143d19413556945cbcd4f)
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; } |