Skip to content

Commit

Permalink
Use the correct data type. Closes #634
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 15, 2014
1 parent 5321637 commit f9e2d53
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 @@ -83,7 +83,7 @@ static char const *radlog_dest = NULL;
*/
static char const *localstatedir = NULL;
static char const *prefix = NULL;
static char my_name;
static char const *my_name = NULL;
static char const *sbindir = NULL;
static char const *run_dir = NULL;
static char *syslog_facility = NULL;
Expand Down

0 comments on commit f9e2d53

Please sign in to comment.