git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hintsdb: fix dumpdb for sqlite
[exim.git]
/
test
/
src
/
server.c
diff --git
a/test/src/server.c
b/test/src/server.c
index 4cf1260687d640d49e34bc6e4f9a4f296f35b377..8fda1d4b00ae62e27945898e0a1543669527ba79 100644
(file)
--- a/
test/src/server.c
+++ b/
test/src/server.c
@@
-159,7
+159,8
@@
putchar('\n');
#define udn 2 /* Unix domain socket number */
#define skn 2 /* Potential number of sockets */
#define udn 2 /* Unix domain socket number */
#define skn 2 /* Potential number of sockets */
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
{
int i;
int port = 0;
{
int i;
int port = 0;
@@
-278,7
+279,7
@@
if (initial_pause > 0)
if (port == 0) /* Unix domain */
{
if (port == 0) /* Unix domain */
{
- if (debug) printf("%l: Creating Unix domain socket\n", (long) time(NULL));
+ if (debug) printf("%l
d
: Creating Unix domain socket\n", (long) time(NULL));
listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
if (listen_socket[udn] < 0)
{
listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
if (listen_socket[udn] < 0)
{
@@
-650,7
+651,7
@@
for (count = 0; count < connection_count; count++)
{ end = "\n"; ss += 3; len -= 3; }
fwrite(ss, 1, len, out);
{ end = "\n"; ss += 3; len -= 3; }
fwrite(ss, 1, len, out);
- if (*end) fp
rintf(out, end
);
+ if (*end) fp
uts(end, out
);
}
else if (isdigit((unsigned char)ss[0]))
}
else if (isdigit((unsigned char)ss[0]))