Navigation Menu

Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 10, 2014
1 parent 8e008c8 commit b1f7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/client.c
Expand Up @@ -1106,7 +1106,7 @@ RADCLIENT *client_from_request(RADCLIENT_LIST *clients, REQUEST *request)
RINDENT();
for (i = 0; dynamic_config[i].name != NULL; i++) {
DICT_ATTR const *da;
char *strvalue;
char *strvalue = NULL;

da = dict_attrbyname(dynamic_config[i].name);
if (!da) {
Expand Down

0 comments on commit b1f7cd4

Please sign in to comment.