diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index df82733bc1..8157c0ffd0 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -184,20 +184,6 @@ void show_msg(const char *buf) } /******************************************************************* - Set the length and marker of an smb packet. -********************************************************************/ - -void smb_setlen(char *buf,int len) -{ - _smb_setlen(buf,len); - - SCVAL(buf,4,0xFF); - SCVAL(buf,5,'S'); - SCVAL(buf,6,'M'); - SCVAL(buf,7,'B'); -} - -/******************************************************************* Setup only the byte count for a smb message. ********************************************************************/ |