3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

client: remove unneeded initialization

This commit is contained in:
James Prestwood 2024-03-04 08:48:42 -08:00 committed by Denis Kenzior
parent 8bb3e3c4fa
commit b7559d68c7

View File

@ -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 != ' ')