Skip to content

Commit

Permalink
Remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 29, 2014
1 parent 1fc3e4e commit 346c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_realm/rlm_realm.c
Expand Up @@ -207,7 +207,7 @@ static int check_for_realm(void *instance, REQUEST *request, REALM **returnrealm
RDEBUG2("Adding Realm = \"%s\"", realmname);

talloc_free(namebuf);
realmname = username = NULL;
username = NULL;

/*
* Figure out what to do with the request.
Expand Down

0 comments on commit 346c98c

Please sign in to comment.