diff options
author | Jeremy Allison <jra@samba.org> | 1998-01-22 09:25:05 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-01-22 09:25:05 +0000 |
commit | 118213c059501d384be9a6dcaf02d13a681bedc3 (patch) | |
tree | 064ecc31b3044bc2c82e3abd7f297947d4427469 /source3/include | |
parent | a7a312a32da8cc6d915dd423af841029416c9f1f (diff) | |
download | samba-118213c059501d384be9a6dcaf02d13a681bedc3.tar.gz samba-118213c059501d384be9a6dcaf02d13a681bedc3.tar.bz2 samba-118213c059501d384be9a6dcaf02d13a681bedc3.zip |
printing.c: Bug fix for lpng reporting.
server.c: Large fix for oplock deadlock bug.
util.c: Fix for oplock deadlock bug.
Jeremy.
(This used to be commit 4cae830ab3a942b2f2868173a492d02f6332651d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d6027e3716..3d478b9246 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1443,7 +1443,7 @@ int read_smb_length(int fd,char *inbuf,int timeout); BOOL receive_smb(int fd,char *buffer, int timeout); BOOL client_receive_smb(int fd,char *buffer, int timeout); BOOL receive_local_message(int fd, char *buffer, int buffer_len, int timeout); -BOOL push_local_message(char *buf, int msg_len); +BOOL push_smb_message(char *buf, int msg_len); BOOL receive_message_or_smb(int smbfd, int oplock_fd, char *buffer, int buffer_len, int timeout, BOOL *got_smb); |