diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-03 15:45:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:16 -0500 |
commit | c2fb81bbf037a810fd874c13fc1d0807b5e1f3c2 (patch) | |
tree | 7d9276843363264932b292adabd33eca7341ad53 /source3/smbd | |
parent | 72ce8ef16856374a63816293c95d5fca1cda2a7b (diff) | |
download | samba-c2fb81bbf037a810fd874c13fc1d0807b5e1f3c2.tar.gz samba-c2fb81bbf037a810fd874c13fc1d0807b5e1f3c2.tar.bz2 samba-c2fb81bbf037a810fd874c13fc1d0807b5e1f3c2.zip |
r24162: send_trans2_replies is now static in trans2.c
(This used to be commit 47261fb6fecc036cb1605f46bbe24e9b3661ff8c)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/trans2.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index b024ab3f9b..12383c8f1f 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -576,14 +576,14 @@ static struct ea_list *ea_list_union(struct ea_list *name_list, struct ea_list * HACK ! Always assumes smb_setup field is zero. ****************************************************************************/ -int send_trans2_replies(const char *inbuf, - char *outbuf, - int bufsize, - const char *params, - int paramsize, - const char *pdata, - int datasize, - int max_data_bytes) +static int send_trans2_replies(const char *inbuf, + char *outbuf, + int bufsize, + const char *params, + int paramsize, + const char *pdata, + int datasize, + int max_data_bytes) { /* As we are using a protocol > LANMAN1 then the max_send variable must have been set in the sessetupX call. |