Skip to content

Commit

Permalink
Fix missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 2, 2015
1 parent 534b6c8 commit 8bd8aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buildreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int rc_aaa(rc_handle *rh, uint32_t client_port, VALUE_PAIR *send, VALUE_PAIR **r
aaaserver->deadtime_ends[i] = -1;
}

exit
exit:
if (request_type != PW_ACCOUNTING_REQUEST) {
*received = data.receive_pairs;
} else {
Expand Down

0 comments on commit 8bd8aa9

Please sign in to comment.