Skip to content

Commit

Permalink
radius_track: Non-debug version shouldn't have file/line
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 9, 2020
1 parent caa3394 commit a2c6bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_radius/track.h
Expand Up @@ -101,7 +101,7 @@ void radius_track_state_log(radius_track_t *tt);
#else
int radius_track_entry_reserve(radius_track_entry_t **te_out,
TALLOC_CTX *ctx, radius_track_t *tt, REQUEST *request,
uint8_t code, void *rctx, char const *file, int line)
uint8_t code, void *rctx)
CC_HINT(nonnull(1,3,4));

int radius_track_entry_release(radius_track_entry_t **te) CC_HINT(nonnull);
Expand Down

0 comments on commit a2c6bee

Please sign in to comment.