Przeglądaj źródła

Misstyped variable name fixed.

Jan Janak 23 lat temu
rodzic
commit
3d54e4b485
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -489,7 +489,7 @@ static void sig_usr(int signo)
 #ifdef STATS
 			dump_all_statistic();
 #endif
-			if (pif_file) unlink(pid_file);
+			if (pid_file) unlink(pid_file);
 		}
 		exit(0);
 	} else if (signo==SIGUSR1) { /* statistic */