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:
parent
1ea4ed4ad1
commit
61d65d100d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user