Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 13, 2017
1 parent 0b1b7f2 commit 467ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/client.c
Expand Up @@ -1097,7 +1097,7 @@ RADCLIENT *client_afrom_cs(TALLOC_CTX *ctx, CONF_SECTION *cs, CONF_SECTION *serv
* create a home server CONF_SECTION and then parse
* it into a home_server_t.
*/
} else if (with_coa || cf_section_find(cs, "coa_server", NULL), NULL) {
} else if (with_coa || cf_section_find(cs, "coa_server", NULL)) {
CONF_SECTION *server;
home_server_t *home;

Expand Down

0 comments on commit 467ff61

Please sign in to comment.