svn commit: samba r6333 - in branches/SAMBA_4_0/source/libcli/dgram: .

tridge at samba.org tridge at samba.org
Thu Apr 14 05:52:55 GMT 2005


Author: tridge
Date: 2005-04-14 05:52:54 +0000 (Thu, 14 Apr 2005)
New Revision: 6333

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6333

Log:
removed an extraneous line (pointed out by metze)

Modified:
   branches/SAMBA_4_0/source/libcli/dgram/mailslot.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/dgram/mailslot.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/dgram/mailslot.c	2005-04-14 04:45:42 UTC (rev 6332)
+++ branches/SAMBA_4_0/source/libcli/dgram/mailslot.c	2005-04-14 05:52:54 UTC (rev 6333)
@@ -97,7 +97,6 @@
 	}
 	if (packet->data.msg.dgram_body_type != DGRAM_SMB) return NULL;
 	if (packet->data.msg.body.smb.smb_command != SMB_TRANSACTION) return NULL;
-	if (packet->data.msg.body.smb.smb_command != SMB_TRANSACTION) return NULL;
 	return packet->data.msg.body.smb.body.trans.mailslot_name;
 }
 



More information about the samba-cvs mailing list