diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-06 20:07:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:46 -0500 |
commit | c59a49d83b7e2e46f9d8111f1beb359095cc448e (patch) | |
tree | 17d3526c9734708e2a0a3d0acb26d6ae1084a58c /source3 | |
parent | e7d2f462297087d785e6b16d018540f3a7110d24 (diff) | |
download | samba-c59a49d83b7e2e46f9d8111f1beb359095cc448e.tar.gz samba-c59a49d83b7e2e46f9d8111f1beb359095cc448e.tar.bz2 samba-c59a49d83b7e2e46f9d8111f1beb359095cc448e.zip |
r21184: Dummy checkin to let the build farm pick up r21183 of Samba4
(This used to be commit 22c9511314d563e1f4480099d2990cb5fbb8546a)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 5830af8f43..6a6da8715f 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -66,8 +66,8 @@ uint16 get_current_mid(void) static struct pending_message_list *deferred_open_queue; /**************************************************************************** - Function to push a message onto the tail of a linked list of smb messages ready - for processing. + Function to push a message onto the tail of a linked list of smb messages + ready for processing. ****************************************************************************/ static BOOL push_queued_message(char *buf, int msg_len, |