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 | 22c9511314d563e1f4480099d2990cb5fbb8546a (patch) | |
tree | 94ba9131a70c03db7596167ba1217198bec477c8 | |
parent | 615a10435618abb89852910a0d36c1d9ff35647f (diff) | |
download | samba-22c9511314d563e1f4480099d2990cb5fbb8546a.tar.gz samba-22c9511314d563e1f4480099d2990cb5fbb8546a.tar.xz samba-22c9511314d563e1f4480099d2990cb5fbb8546a.zip |
r21184: Dummy checkin to let the build farm pick up r21183 of Samba4
-rw-r--r-- | source/smbd/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c index 5830af8f435..6a6da8715fb 100644 --- a/source/smbd/process.c +++ b/source/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, |