diff options
| -rw-r--r-- | xlators/protocol/auth/addr/src/addr.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/auth/addr/src/addr.c b/xlators/protocol/auth/addr/src/addr.c index 64e8d0fc6a6..181d091bd49 100644 --- a/xlators/protocol/auth/addr/src/addr.c +++ b/xlators/protocol/auth/addr/src/addr.c @@ -181,6 +181,7 @@ gf_auth (dict_t *input_params, dict_t *config_params)                          addr_str = strtok_r (NULL, ADDR_DELIMITER, &tmp);                  }                  GF_FREE (addr_cpy); +                addr_cpy = NULL;          }          if (allow_addr) {  | 
