ping plugin: reformat
authorlilydjwg <lilydjwg@gmail.com>
Tue, 1 May 2018 07:14:26 +0000 (15:14 +0800)
committerlilydjwg <lilydjwg@gmail.com>
Tue, 1 May 2018 07:14:26 +0000 (15:14 +0800)
src/ping.c

index 8a17411..b07a424 100644 (file)
@@ -476,7 +476,7 @@ static int ping_config(const char *key, const char *value) /* {{{ */
     hl->next = hostlist_head;
     hostlist_head = hl;
   } else if (strcasecmp(key, "AddressFamily") == 0) {
-    charaf = NULL;
+    char *af = NULL;
     int status = config_set_string(key, &af, value);
     if (status != 0)
       return status;