aboutsummaryrefslogtreecommitdiff
path: root/gacopyz/server.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-04 21:49:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-04 21:49:35 +0000
commit77757c8d84e0fdde04be923c8a7f3ea8cd7bcf39 (patch)
tree63683ad99b6d4ee2ec858255efa14a4b81a07b11 /gacopyz/server.c
parent6460de7d7ac87145594f28a416f926f830df9b8c (diff)
downloadmailfromd-77757c8d84e0fdde04be923c8a7f3ea8cd7bcf39.tar.gz
mailfromd-77757c8d84e0fdde04be923c8a7f3ea8cd7bcf39.tar.bz2
* configure.ac: Check for locale.h
* src/db.c, src/bi_sprintf.m4, src/prog.c, src/bi_db.m4, src/engine.c: Fix format arguments (ported from branches/gmach@{2008-01-28 and 2008-01-09). * src/main.c, src/mtasim.c: Include locale.h git-svn-id: file:///svnroot/mailfromd/trunk@1603 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'gacopyz/server.c')
-rw-r--r--gacopyz/server.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gacopyz/server.c b/gacopyz/server.c
index a4a05e49..1c1f1085 100644
--- a/gacopyz/server.c
+++ b/gacopyz/server.c
@@ -1,5 +1,5 @@
/* This file is part of gacopyz.
- Copyright (C) 2007 Sergey Poznyakoff
+ Copyright (C) 2007, 2008 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -119,7 +119,6 @@ void
del_def(gacopyz_srv_t srv, const char *name, size_t len)
{
struct gacopyz_macro_def *def = find_def(srv, name, len);
- size_t n;
if (!def)
return;
@@ -298,7 +297,6 @@ int
gacopyz_srv_create(gacopyz_srv_t *p, const char *name,
const char *portspec, unsigned logmask)
{
- int i;
gacopyz_srv_t srv = calloc(1, sizeof(*srv));
if (!srv)
@@ -804,7 +802,6 @@ gacopyz_srv_connect(gacopyz_srv_t srv)
char *proto;
char *port;
char *path;
- int rc;
GACOPYZ_ASSERT(srv);

Return to:

Send suggestions and report system problems to the System administrator.