Projet

Général

Profil

« Précédent | Suivant » 

Révision 453185f5

Ajouté par Ermal il y a presque 10 ans

unlink socket before opening a new one

Voir les différences:

pfPorts/check_reload_status/files/check_reload_status.c
136 136
		return (-1);
137 137
	}
138 138

  
139
	unlink(fcgipath);
139 140
	bzero(&sun, sizeof(sun));
140 141
	sun.sun_family = PF_UNIX;
141 142
        strlcpy(sun.sun_path, fcgipath, sizeof(sun.sun_path));

Formats disponibles : Unified diff