Revert "Prevent use of uninitialized variable"

This change introduces a variable that shadows the file scope one.

This reverts commit 45e66aee95.
merge-requests/1/head
Olaf Meeuwissen 2015-10-13 23:32:40 +09:00
rodzic 36876a8366
commit 18e4c4a086
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -3294,7 +3294,6 @@ main (int argc, char *argv[])
char options[64] = "";
char *user = NULL;
char *sock = NULL;
char *bind_addr = NULL;
int c;
int long_index = 0;