svn commit: r245234 - head/lib/libradius

Andrey V. Elsukov ae at FreeBSD.org
Wed Jan 9 19:49:36 UTC 2013


Author: ae
Date: Wed Jan  9 19:49:35 2013
New Revision: 245234
URL: http://svnweb.freebsd.org/changeset/base/245234

Log:
  Fix the bindto parameter declaration.
  
  Submitted by:	sem

Modified:
  head/lib/libradius/libradius.3

Modified: head/lib/libradius/libradius.3
==============================================================================
--- head/lib/libradius/libradius.3	Wed Jan  9 18:54:58 2013	(r245233)
+++ head/lib/libradius/libradius.3	Wed Jan  9 19:49:35 2013	(r245234)
@@ -38,7 +38,7 @@
 .Ft int
 .Fn rad_add_server "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries"
 .Ft int
-.Fn rad_add_server_ex "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries" "int dead_time" "struct in_addr bindto"
+.Fn rad_add_server_ex "struct rad_handle *h" "const char *host" "int port" "const char *secret" "int timeout" "int max_tries" "int dead_time" "struct in_addr *bindto"
 .Ft "struct rad_handle *"
 .Fn rad_auth_open "void"
 .Ft void


More information about the svn-src-all mailing list