diff options
author | Kozlov Dmitry <dima@server> | 2010-09-03 18:58:53 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-03 18:58:53 +0400 |
commit | e8aa3a1457295f70f8ccc9cd7f2f9073f01a5e2e (patch) | |
tree | 17a99610798630e83fc1032c82ee51c404ce19fe /accel-pptpd/main.c | |
parent | a22573e91dac7971aa4c9b1d874d6751e8502d16 (diff) | |
download | accel-ppp-e8aa3a1457295f70f8ccc9cd7f2f9073f01a5e2e.tar.gz accel-ppp-e8aa3a1457295f70f8ccc9cd7f2f9073f01a5e2e.zip |
project restructured
Diffstat (limited to 'accel-pptpd/main.c')
-rw-r--r-- | accel-pptpd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/main.c b/accel-pptpd/main.c index 0503625..c60d35f 100644 --- a/accel-pptpd/main.c +++ b/accel-pptpd/main.c @@ -69,7 +69,7 @@ static void __init __main(void) if (!conf_file) goto usage; - if (triton_init(conf_file)) + if (triton_init(conf_file, "modules")) _exit(EXIT_FAILURE); return; |