mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59: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++) {
|
for (i = 0; i < argc; i++) {
|
||||||
bool needs_quotes = false;
|
bool needs_quotes = false;
|
||||||
char *p = argv[i];
|
char *p;
|
||||||
|
|
||||||
for (p = argv[i]; *p != '\0'; p++) {
|
for (p = argv[i]; *p != '\0'; p++) {
|
||||||
if (*p != ' ')
|
if (*p != ' ')
|
||||||
|
Loading…
Reference in New Issue
Block a user