diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-17 01:48:35 +0100 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-17 01:48:35 +0100 |
| commit | 4bfca70ab85926364682a11aef5f921eb337cf54 (patch) | |
| tree | 69a66f3e4e6445df4a1ee570b8a20c1492a904a7 /conf.c | |
| parent | 701acdd41542656493d753a75480bc0594ea74b9 (diff) | |
Add variable for plugindir rather then always using the define
Diffstat (limited to 'conf.c')
| -rw-r--r-- | conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ conf_t *conf_load( int argc, char *argv[] ) conf->authmode = AUTHMODE_OPEN; conf->password = NULL; conf->configdir = g_strdup( CONFIG ); + conf->plugindir = g_strdup( PLUGINDIR ); conf->motdfile = g_strdup( ETCDIR "/motd.txt" ); conf->ping_interval = 180; conf->ping_timeout = 300; |
