summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-07-02 14:16:01 +0200
committerLinus Nordberg <linus@nordu.net>2011-07-02 14:16:01 +0200
commit1e71b7c57ede27a9cecb0d78d23fb4e48a85479c (patch)
tree116acc54156544f0f370c9ba81d0d6edad4b820e /lib
parent71aa913e87e4d4539aa1049d6d249d1dd3d61756 (diff)
Remove spurious comment.
rs_resolv() doesn't have a connection to push an error on and should indeed return a struct rs_error.
Diffstat (limited to 'lib')
-rw-r--r--lib/radsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radsec.c b/lib/radsec.c
index 1ffc244..6104e46 100644
--- a/lib/radsec.c
+++ b/lib/radsec.c
@@ -95,7 +95,7 @@ rs_context_init_freeradius_dict (struct rs_context *ctx, const char *dict)
return r;
}
-struct rs_error * /* FIXME: Return int as all the others? */
+struct rs_error *
rs_resolv (struct evutil_addrinfo **addr,
rs_conn_type_t type,
const char *hostname,