No longer needed
[oweals/busybox.git] / networking / inetd.c
index 4440a2d303c352416b6c3a41be6841a0a561e584..169cc87166d6334cbb60684397306f26490b085a 100644 (file)
@@ -771,7 +771,7 @@ extern int inetd_main(int argc, char *argv[])
 #endif /* uClinux */
 
        if(opt & 1) {
-                       global_queuelen = atoi(optarg);
+                       global_queuelen = atoi(sq);
                        if (global_queuelen < 8) global_queuelen=8;
                }
        argc -= optind;