s3:lib: remove an unmotivated comment from interpret_interface()
authorMichael Adam <obnox@samba.org>
Sun, 24 Jan 2016 12:26:35 +0000 (13:26 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 26 Jan 2016 06:33:16 +0000 (07:33 +0100)
This seems to be a left-over from historic code.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/lib/interface.c

index 2e4bf0a9de983b62d6e74407c357df9886d61fe2..69b104186500a94c42e367ec0c9c8748495d8441 100644 (file)
@@ -385,7 +385,6 @@ static void interpret_interface(char *token)
                return;
        }
 
-       /* maybe it is a DNS name */
        p = strchr_m(token,'/');
        if (p == NULL) {
                if (!interpret_string_addr(&ss, token, 0)) {