From c59a49d83b7e2e46f9d8111f1beb359095cc448e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 6 Feb 2007 20:07:29 +0000 Subject: r21184: Dummy checkin to let the build farm pick up r21183 of Samba4 (This used to be commit 22c9511314d563e1f4480099d2990cb5fbb8546a) --- source3/smbd/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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, -- cgit