1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

This commit is contained in:
Andrew Tridgell 2005-04-14 05:52:54 +00:00 committed by Gerald (Jerry) Carter
parent 1ea4ed4ad1
commit 61d65d100d

View File

@ -97,7 +97,6 @@ const char *dgram_mailslot_name(struct nbt_dgram_packet *packet)
}
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;
}