need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamburg.de
authorderaadt <deraadt@openbsd.org>
Wed, 5 Feb 1997 14:26:49 +0000 (14:26 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 5 Feb 1997 14:26:49 +0000 (14:26 +0000)
libexec/rlogind/rlogind.c
libexec/rshd/rshd.c

index a429e53..c978903 100644 (file)
@@ -39,7 +39,7 @@ static char copyright[] =
 
 #ifndef lint
 /* from: static char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; */
-static char *rcsid = "$Id: rlogind.c,v 1.14 1997/02/05 04:18:27 deraadt Exp $";
+static char *rcsid = "$Id: rlogind.c,v 1.15 1997/02/05 14:26:52 deraadt Exp $";
 #endif /* not lint */
 
 /*
@@ -282,12 +282,6 @@ doit(f, fromp)
                                        break;
                                i += (c == IPOPT_NOP) ? 1 : optbuf[i+1];
                        }
-                       if (setsockopt(0, ipproto, IP_OPTIONS,
-                           (char *)NULL, optsize) != 0) {
-                               syslog(LOG_ERR,
-                                   "setsockopt IP_OPTIONS NULL: %m");
-                               exit(1);
-                       }
                }
                }
 #endif
index 0e02071..2c6715c 100644 (file)
@@ -39,7 +39,7 @@ static char copyright[] =
 
 #ifndef lint
 /* from: static char sccsid[] = "@(#)rshd.c    8.2 (Berkeley) 4/6/94"; */
-static char *rcsid = "$Id: rshd.c,v 1.11 1997/02/05 04:18:30 deraadt Exp $";
+static char *rcsid = "$Id: rshd.c,v 1.12 1997/02/05 14:26:49 deraadt Exp $";
 #endif /* not lint */
 
 /*
@@ -262,11 +262,6 @@ doit(fromp)
                                break;
                        i += (c == IPOPT_NOP) ? 1 : optbuf[i+1];
                }
-               if (setsockopt(0, ipproto, IP_OPTIONS,
-                   (char *)NULL, optsize) != 0) {
-                       syslog(LOG_ERR, "setsockopt IP_OPTIONS NULL: %m");
-                       exit(1);
-               }
        }
       }
 #endif