Skip to content

Commit

Permalink
Should still be error
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 22, 2014
1 parent a719a76 commit 0e531dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_ippool/rlm_ippool.c
Expand Up @@ -245,7 +245,7 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)

rcode = gdbm_store(inst->gdbm, key_datum, data_datum, GDBM_REPLACE);
if (rcode < 0) {
REDEBUG("Failed storing data to %s: %s", inst->filename, gdbm_strerror(gdbm_errno));
ERROR("rlm_ippool: Failed storing data to %s: %s", inst->filename, gdbm_strerror(gdbm_errno));
gdbm_close(inst->gdbm);
gdbm_close(inst->ip);
return -1;
Expand Down

0 comments on commit 0e531dd

Please sign in to comment.