From: Linus Nordberg Date: Sat, 2 Jul 2011 12:16:01 +0000 (+0200) Subject: Remove spurious comment. X-Git-Tag: libradsec-0.0.4~100 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=commitdiff_plain;h=1e71b7c57ede27a9cecb0d78d23fb4e48a85479c Remove spurious comment. rs_resolv() doesn't have a connection to push an error on and should indeed return a struct rs_error. --- 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,