diff options
| author | Alexander Barton <alex@barton.de> | 2009-12-30 23:45:02 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2009-12-30 23:45:02 +0100 |
| commit | 75dabcaae52eb9f2dcfbccc19743670962dbafb3 (patch) | |
| tree | 27b19246900bb2429b0ebc2814675dcd243ac407 | |
| parent | 1b73e68e6eb82693c4821758879ae632aff3664f (diff) | |
| download | ngircd-75dabcaae52eb9f2dcfbccc19743670962dbafb3.tar.gz ngircd-75dabcaae52eb9f2dcfbccc19743670962dbafb3.zip | |
ReverseLookup(): fix documentation comment
| -rw-r--r-- | 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 b1487bef..37d1c51c 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 |