diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 00:30:41 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:32:22 +0100 |
commit | 1360f530f1b2e1b703d28a19e643d4deec1f083a (patch) | |
tree | 88f4602a5a368a0f537a75aaee9dd6f2727095d3 /src/main.h | |
parent | d0a91c2f9bdc6cc98827584e60526098fd28d28b (diff) |
Don't make config_file const in the config struct.
Michael
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ */ struct config_s { char *logf_name; - const char *config_file; + char *config_file; unsigned int syslog; /* boolean */ int port; char *stathost; |