chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
17be1d6
)
Fix log message.
author
mdw
<mdw>
Wed, 22 Dec 1999 15:44:25 +0000
(15:44 +0000)
committer
mdw
<mdw>
Wed, 22 Dec 1999 15:44:25 +0000
(15:44 +0000)
socket.c
patch
|
blob
|
blame
|
history
diff --git
a/socket.c
b/socket.c
index d3a5134018f46437aa5da95d57eea1d42875b8d4..9263ac9f433f0675fcf3dcc2263bd0a1886c61eb 100644
(file)
--- a/
socket.c
+++ b/
socket.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: socket.c,v 1.
3 1999/10/22 22:48:36
mdw Exp $
+ * $Id: socket.c,v 1.
4 1999/12/22 15:44:25
mdw Exp $
*
* Socket source and target definitions
*
*
* Socket source and target definitions
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: socket.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: socket.c,v $
+ * Revision 1.4 1999/12/22 15:44:25 mdw
+ * Fix log message.
+ *
* Revision 1.3 1999/10/22 22:48:36 mdw
* New connection options: unlimited concurrent connections, and one-shot
* listening sockets.
* Revision 1.3 1999/10/22 22:48:36 mdw
* New connection options: unlimited concurrent connections, and one-shot
* listening sockets.
@@
-522,7
+525,7
@@
static void ss_listen(ssource *ss)
/* --- Bind it to the right port --- */
if (bind(fd, &ga->sa, ga->a.sz)) {
/* --- Bind it to the right port --- */
if (bind(fd, &ga->sa, ga->a.sz)) {
- fw_log(-1, "[%s] couldn't bind
to %s
: %s", ss->s.desc, strerror(errno));
+ fw_log(-1, "[%s] couldn't bind
socket
: %s", ss->s.desc, strerror(errno));
goto fail_1;
}
if (ga->a.ops->bound)
goto fail_1;
}
if (ga->a.ops->bound)