Skip to content

Commit c40399e

Browse files
committed
fix typo
1 parent ea6e914 commit c40399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rlm_csv/rlm_csv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,8 @@ static rlm_rcode_t mod_map_apply(rlm_csv_t const *inst, request_t *request,
953953

954954
if (e->next) {
955955
e = e->next;
956-
goto redo;
957956
map = NULL;
957+
goto redo;
958958
}
959959

960960
finish:

0 commit comments

Comments
 (0)