diff options
author | Jeremy Allison <jra@samba.org> | 2003-07-18 00:53:34 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-07-18 00:53:34 +0000 |
commit | 814e987c6241601fb03335b2ba9a633d65cc5e23 (patch) | |
tree | 946b50c4cc4a8a6ebd4c4fb604413d8ce31fc828 /source3/param/loadparm.c | |
parent | 5b4a2dfd2b7fdc5006452126f3b1b8b4f1bc7fe2 (diff) | |
download | samba-814e987c6241601fb03335b2ba9a633d65cc5e23.tar.gz samba-814e987c6241601fb03335b2ba9a633d65cc5e23.tar.xz samba-814e987c6241601fb03335b2ba9a633d65cc5e23.zip |
Signing so far... the client code fails on a SMBtrans2 secondary transaction
I think (my changes haven't affected this I believe). Initial support on the
server side for smbclient. Still doesn't work for w2k clients I think...
Work in progress..... (don't change).
Jeremy.
(This used to be commit e5714edc233424c2f74edb6d658f32f8e0ec9275)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 1af8d511141..272434d4876 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4298,5 +4298,5 @@ int lp_maxprintjobs(int snum) BOOL lp_use_sendfile(int snum) { - return (_lp_use_sendfile(snum) && !srv_signing_active()); + return (_lp_use_sendfile(snum) && !srv_is_signing_active()); } |