Prevent use of uninitialized variable

merge-requests/1/head
Olaf Meeuwissen 2015-10-12 20:47:43 +09:00
rodzic eab8fd457d
commit 45e66aee95
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3295,6 +3295,7 @@ main (int argc, char *argv[])
debug = DBG_WARN;
char *user = NULL;
char *sock = NULL;
char *bind_addr = NULL;
int c;
int long_index = 0;