Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 22, 2014
1 parent 9c41a3d commit 5046ffd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,7 @@ RADCLIENT *client_afrom_cs(TALLOC_CTX *ctx, CONF_SECTION *cs, bool in_server)
#endif

{
cf_log_err_cs(cs,
"secret must be at least 1 character long");
cf_log_err_cs(cs, "secret must be at least 1 character long");
goto error;
}
}
Expand All @@ -963,8 +962,7 @@ RADCLIENT *client_afrom_cs(TALLOC_CTX *ctx, CONF_SECTION *cs, bool in_server)
if (c->coa_name) {
c->coa_pool = home_pool_byname(c->coa_name, HOME_TYPE_COA);
if (!c->coa_pool) {
c->coa_server = home_server_byname(c->coa_name,
HOME_TYPE_COA);
c->coa_server = home_server_byname(c->coa_name, HOME_TYPE_COA);
}
if (!c->coa_pool && !c->coa_server) {
cf_log_err_cs(cs, "No such home_server or home_server_pool \"%s\"", c->coa_name);
Expand Down

0 comments on commit 5046ffd

Please sign in to comment.