X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lib%2Fsmblib%2Fsmblib-util.c;h=04ac0c591d2e1ea0fa3caad40deb7f73dd7bcc2e;hb=37c6d8bac469396b1aef37435fdfaea24f47db1f;hp=1040fd433b33c48fb869f355ff8734fae40a8436;hpb=74201a78f22561051571b7b965733d428afedd86;p=thirdparty%2Fsquid.git diff --git a/lib/smblib/smblib-util.c b/lib/smblib/smblib-util.c index 1040fd433b..04ac0c591d 100644 --- a/lib/smblib/smblib-util.c +++ b/lib/smblib/smblib-util.c @@ -74,7 +74,6 @@ void SMB_Print_Pkt(FILE fd, RFCNB_Pkt *pkt, BOOL command, int Offset, int Len) /* Print the other bits in the header */ - /* etc */ } @@ -223,7 +222,6 @@ int SMB_Figure_Protocol(const char *dialects[], int prot_index) } - /* Negotiate the protocol we will use from the list passed in Prots */ /* we return the index of the accepted protocol in NegProt, -1 indicates */ /* none acceptible, and our return value is 0 if ok, <0 if problems */ @@ -303,7 +301,6 @@ int SMB_Negotiate(SMB_Handle_Type Con_Handle, const char *Prots[]) if (RFCNB_Send(Con_Handle -> Trans_Connect, pkt, pkt_len) < 0) { - #ifdef DEBUG fprintf(stderr, "Error sending negotiate protocol\n"); #endif