chiark / gitweb /
slip: Remove an incorrect XXX comment
[secnet.git] / slip.c
diff --git a/slip.c b/slip.c
index c846b39a08a7e44f319d7bf6edc9ee0d2b047496..abfd922e0aa97ad39db6b0300083a0ee149dc93c 100644 (file)
--- a/slip.c
+++ b/slip.c
@@ -273,8 +273,6 @@ static void userv_entry(void *sst)
     dup2(st->out,1);
 
     setsid();
-    /* XXX We really should strdup() all of argv[] but because we'll just
-       exit anyway if execvp() fails it doesn't seem worth bothering. */
     execvp(st->path,(char *const*)st->argv);
     perror("userv-entry: execvp()");
     exit(1);