nbt_server: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 29 Jan 2018 09:17:11 +0000 (10:17 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 13 Feb 2018 15:42:22 +0000 (16:42 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/nbt_server/interfaces.c

index ccbc89accf1ba406cc93f15a2c4faabe251342c1..beafec6e6af315c2e8383574ca1446625e9503ea 100644 (file)
@@ -45,7 +45,7 @@ static void nbtd_request_handler(struct nbt_name_socket *nbtsock,
 
        nbtsrv->stats.total_received++;
 
-       /* see if its from one of our own interfaces - if so, then ignore it */
+       /* see if it's from one of our own interfaces - if so, then ignore it */
        if (nbtd_self_packet_and_bcast(nbtsock, packet, src)) {
                DEBUG(10,("Ignoring bcast self packet from %s:%d\n", src->addr, src->port));
                return;