aboutsummaryrefslogtreecommitdiff
path: root/jabberd/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-25 13:29:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-25 13:29:33 +0000
commitda200e0c8611d9c81cd8c76dfffcfa3c61e063ec (patch)
treeddaba33d68d53e81010a489fb20bfc19dd67dac5 /jabberd/main.c
parentcb24f7803589330b159660ab0d83a5da447dba74 (diff)
downloadgsc-da200e0c8611d9c81cd8c76dfffcfa3c61e063ec.tar.gz
gsc-da200e0c8611d9c81cd8c76dfffcfa3c61e063ec.tar.bz2
* configure.ac: Require mailutils for wydawca
* bootstrap: Require inttostr and strftime * wydawca/mail.h: New file * wydawca/mail.c: New file * wydawca/Makefile.am: Add mail.c and mail.h * wydawca/wydawca.c: Include mail.h (stat_mask_p, make_stat_expansion): New functions (logstats): Call mail_stats (main): Call initialize mailer subsystem * wydawca/sql.c, wydawca/sql.h: Keep usage reference count. Do not deinitialize unless it falls to 0. Do not initialize if it is > 0. * wydawca/verify.c (expand_param): Rewrite to allow long keywords All callers updated. * wydawca/wydawca.h (struct access_method): Keep reference count (struct directory_pair): verify_method and gpg_key_method are pointers to structs. (struct kw_expansion): kw is char* (count_collected_triplets): New function (method_new): New function * wydawca/config.c: reimplement verify-user and gpg-key New keywords mailer, admin-address, from-address, mail-admin-stat and admin-stat-message * wydawca/process.c: Close methods only when their reference count is 0. * wydawca/method.c: Likewise. (method_new): New function * wydawca/wydawca.rc: Update * wydawca/diskio.c: Minor changes * wydawca/triplet.c (count_collected_triplets): New function * jabberd/main.c: Minor change git-svn-id: file:///svnroot/gsc/trunk@292 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'jabberd/main.c')
-rw-r--r--jabberd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabberd/main.c b/jabberd/main.c
index cc229fb..de0551f 100644
--- a/jabberd/main.c
+++ b/jabberd/main.c
@@ -797,7 +797,7 @@ main(int argc, char **argv)
exit (1);
}
- parse_config();
+ parse_config ();
if (!log_to_stderr)
{

Return to:

Send suggestions and report system problems to the System administrator.