diff src/listen.c @ 207:dcb315792513

removed commented code and replaced // by /* */
author meillo@marmaro.de
date Sun, 18 Jul 2010 21:41:48 +0200
parents 5745edd5b769
children fc1c6425c024
line wrap: on
line diff
--- a/src/listen.c	Sat Jul 17 00:34:40 2010 +0200
+++ b/src/listen.c	Sun Jul 18 21:41:48 2010 +0200
@@ -69,7 +69,7 @@
 	logwrite(LOG_NOTICE, "connect from host %s, port %hd\n", rem_host, ntohs(sock_addr->sin_port));
 #endif
 
-	// start child for connection:
+	/* start child for connection: */
 	signal(SIGCHLD, sigchld_handler);
 	pid = fork();
 	if (pid == 0) {