From 1e71b7c57ede27a9cecb0d78d23fb4e48a85479c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sat, 2 Jul 2011 14:16:01 +0200 Subject: [PATCH] Remove spurious comment. rs_resolv() doesn't have a connection to push an error on and should indeed return a struct rs_error. --- lib/radsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.1.4