[BusyBox-cvs] busybox/networking inetd.c,1.15,1.16
Glenn McGrath
bug1 at busybox.net
Wed Feb 18 12:58:02 UTC 2004
Update of /var/cvs/busybox/networking
In directory nail:/tmp/cvs-serv11350/networking
Modified Files:
inetd.c
Log Message:
remove debugging
Index: inetd.c
===================================================================
RCS file: /var/cvs/busybox/networking/inetd.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- inetd.c 17 Feb 2004 20:04:34 -0000 1.15
+++ inetd.c 18 Feb 2004 12:58:00 -0000 1.16
@@ -304,11 +304,9 @@
if ((cp == NULL) || (*cp == '#')) {
goto more;
}
- printf("line is %s\n", cp);
cp_ptr = strtok_r(cp, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* Error */
goto more;
}
@@ -316,7 +314,6 @@
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* Error */
goto more;
}
@@ -335,7 +332,6 @@
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -353,7 +349,6 @@
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -369,7 +364,6 @@
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
@@ -384,7 +378,6 @@
cp_ptr = strtok_r(NULL, " \t", &cp_ptr_ptr);
if (cp_ptr == NULL) {
- printf("error\n");
/* error */
goto more;
}
More information about the busybox-cvs
mailing list