kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
36876a8366
commit
18e4c4a086
|
@ -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;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue