aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 4440a2d30..169cc8716 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -771,7 +771,7 @@ extern int inetd_main(int argc, char *argv[])
771#endif /* uClinux */ 771#endif /* uClinux */
772 772
773 if(opt & 1) { 773 if(opt & 1) {
774 global_queuelen = atoi(optarg); 774 global_queuelen = atoi(sq);
775 if (global_queuelen < 8) global_queuelen=8; 775 if (global_queuelen < 8) global_queuelen=8;
776 } 776 }
777 argc -= optind; 777 argc -= optind;