fix socket_type initialization

This commit is contained in:
roberto@sirius
2010-02-15 11:33:10 +01:00
parent 27177a4df9
commit 4faeb852c6
+1 -1
View File
@@ -541,7 +541,7 @@ int main (int argc, char *argv[], char *envp[]) {
struct uidsec_struct us;
#endif
int socket_type;
int socket_type = 0;
socklen_t socket_type_len;
/* anti signal bombing */