mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
client: remove unneeded initialization
This commit is contained in:
parent
8bb3e3c4fa
commit
b7559d68c7
@ -194,7 +194,7 @@ void display_refresh_set_cmd(const char *family, const char *entity,
|
||||
|
||||
for (i = 0; i < argc; i++) {
|
||||
bool needs_quotes = false;
|
||||
char *p = argv[i];
|
||||
char *p;
|
||||
|
||||
for (p = argv[i]; *p != '\0'; p++) {
|
||||
if (*p != ' ')
|
||||
|
Loading…
Reference in New Issue
Block a user