Module: ngircd.git Branch: master Commit: 75dabcaae52eb9f2dcfbccc19743670962dbafb3 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=75dab...
Author: Alexander Barton alex@barton.de Date: Wed Dec 30 23:45:02 2009 +0100
ReverseLookup(): fix documentation comment
---
src/ngircd/resolve.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ngircd/resolve.c b/src/ngircd/resolve.c index b1487be..37d1c51 100644 --- a/src/ngircd/resolve.c +++ b/src/ngircd/resolve.c @@ -203,7 +203,7 @@ Do_IdentQuery(int identsock, array *resolved_addr) * the IP address in resbuf and returns false. * @param IpAddr ip address to resolve * @param resbuf result buffer to store DNS name/string representation of ip address - * @reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN) + * @param reslen size of result buffer (must be >= NGT_INET_ADDRSTRLEN) * @return true if reverse lookup successful, false otherwise */ static bool
ngircd-commits@lists.barton.de