Skip to content

Commit

Permalink
typo. I guess no one uses this...
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 24, 2019
1 parent 16f47ff commit 8ce3cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_logintime/rlm_logintime.c
Expand Up @@ -70,7 +70,7 @@ fr_dict_attr_autoload_t rlm_logintime_dict_attr[] = {
{ .out = &attr_login_time, .name = "Login-Time", .type = FR_TYPE_STRING, .dict = &dict_freeradius }, { .out = &attr_login_time, .name = "Login-Time", .type = FR_TYPE_STRING, .dict = &dict_freeradius },
{ .out = &attr_time_of_day, .name = "Time-Of-Day", .type = FR_TYPE_STRING, .dict = &dict_freeradius }, { .out = &attr_time_of_day, .name = "Time-Of-Day", .type = FR_TYPE_STRING, .dict = &dict_freeradius },


{ .out = &attr_session_timeout, .name = "User-Name", .type = FR_TYPE_STRING, .dict = &dict_radius }, { .out = &attr_session_timeout, .name = "Session-Timeout", .type = FR_TYPE_UINT32, .dict = &dict_radius },


{ NULL } { NULL }
}; };
Expand Down

0 comments on commit 8ce3cea

Please sign in to comment.