summaryrefslogtreecommitdiff
path: root/source3/lib/interface.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-01-24 13:26:35 +0100
committerMichael Adam <obnox@samba.org>2016-01-26 07:33:16 +0100
commit3785be8d4e66f1bf01ec1b64a8e2325e4de08196 (patch)
tree1fb12282ef0e990a7031b4979524a6005e152bf4 /source3/lib/interface.c
parente569ffd83138952454ba9b9fb38ee7d852293697 (diff)
downloadsamba-3785be8d4e66f1bf01ec1b64a8e2325e4de08196.tar.gz
s3:lib: remove an unmotivated comment from interpret_interface()
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>
Diffstat (limited to 'source3/lib/interface.c')
-rw-r--r--source3/lib/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/interface.c b/source3/lib/interface.c
index 2e4bf0a9de9..69b10418650 100644
--- a/source3/lib/interface.c
+++ b/source3/lib/interface.c
@@ -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)) {