diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-06 15:04:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:18 -0500 |
commit | c14e67526059f8df87b7b69ad8070573345591b1 (patch) | |
tree | 4ea50e3add72c2d486251fee9145a600e9934613 /source4/smb_server/smb | |
parent | 5991787ce6c5e6e46328133b79fb22734e0ababb (diff) | |
download | samba-c14e67526059f8df87b7b69ad8070573345591b1.tar.gz samba-c14e67526059f8df87b7b69ad8070573345591b1.tar.bz2 samba-c14e67526059f8df87b7b69ad8070573345591b1.zip |
r13863: this can be static...
metze
(This used to be commit ab659d8ee0de879a54da2308c37da317e0ff7f9a)
Diffstat (limited to 'source4/smb_server/smb')
-rw-r--r-- | source4/smb_server/smb/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/trans2.c b/source4/smb_server/smb/trans2.c index 885f54a48e..9d537b5bbe 100644 --- a/source4/smb_server/smb/trans2.c +++ b/source4/smb_server/smb/trans2.c @@ -1576,7 +1576,7 @@ static void reply_trans_complete(struct smbsrv_request *req, uint8_t command, /* Reply to an SMBtrans or SMBtrans2 request */ -void reply_trans_generic(struct smbsrv_request *req, uint8_t command) +static void reply_trans_generic(struct smbsrv_request *req, uint8_t command) { struct smb_trans2 *trans; int i; |