This commit is contained in:
Lukian LEIZOUR 2023-12-06 20:33:15 +01:00
parent 6d363c7bec
commit a13db7946f

View file

@ -481,8 +481,6 @@ void readConfs(ptConf confChain)
FILE *file = fopen("./data/confs", "r");
char line[100];
char *token;
//on vérifie que le fichier a bien été ouvert.
if (file == NULL)
@ -518,7 +516,6 @@ void readListeners(ptListener listenerChain)
FILE *file = fopen("./data/listeners", "r");
char line[100];
char *token;
//on vérifie que le fichier a bien été ouvert.