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
1 changed files with 1 additions and 1 deletions

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