瀏覽代碼

fixed missing variable declaration

Nils Ohlmeier 20 年之前
父節點
當前提交
5f8ad85fe8
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main.c

+ 3 - 0
main.c

@@ -836,6 +836,9 @@ int main_loop()
 #ifdef USE_TCP
 	int sockfd[2];
 #endif
+#ifdef DEBUG
+	int r;
+#endif
 
 	/* one "main" process and n children handling i/o */