chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3cdc3f3
)
Fix stupid typo.
author
mdw
<mdw>
Sat, 30 Apr 2005 19:02:17 +0000
(19:02 +0000)
committer
mdw
<mdw>
Sat, 30 Apr 2005 19:02:17 +0000
(19:02 +0000)
admin.c
patch
|
blob
|
blame
|
history
diff --git
a/admin.c
b/admin.c
index 0213996a45fe27d58f916b2190cec659da57de8f..57d9ccfacca6a895cff93939462117884c3fc7bf 100644
(file)
--- a/
admin.c
+++ b/
admin.c
@@
-507,7
+507,7
@@
static void a_resolve(struct hostent *h, void *v)
else {
memcpy(&a->peer.sin.sin_addr, h->h_addr, sizeof(struct in_addr));
if (!p_create(a->pname, &a->peer.sa, a->sasz))
else {
memcpy(&a->peer.sin.sin_addr, h->h_addr, sizeof(struct in_addr));
if (!p_create(a->pname, &a->peer.sa, a->sasz))
- a_fail(a, "peer-create-fail %s" a->pname);
+ a_fail(a, "peer-create-fail %s"
,
a->pname);
else
a_ok(a);
}
else
a_ok(a);
}