Skip to content

Commit

Permalink
Debug condition is now a fr_cond_t
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 9, 2014
1 parent ff7c91c commit 9ae9389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mainconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RCSID("$Id$")
#endif

struct main_config_t main_config;
char *debug_condition = NULL;
fr_cond_t *debug_condition;
extern bool log_dates_utc;

typedef struct cached_config_t {
Expand Down

0 comments on commit 9ae9389

Please sign in to comment.