Hi Alan,

On Wed, Apr 25, 2007 at 04:19:41PM +0200, Alan DeKok wrote:
>   Whoops.  I thought I had committed that.  It's added now, thanks.

==> yet another small syntax error(redundant bracket) in cvs head:

Index: src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c
===================================================================
RCS file: /source/radiusd/src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c,v
retrieving revision 1.42
diff -u -r1.42 rlm_eap_tls.c
--- src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c 25 Apr 2007 09:54:20 
-0000      1.42
+++ src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c 26 Apr 2007 06:45:43 
-0000
@@ -527,7 +527,7 @@
         *      bootstrap command is configured, AND it exists, AND
         *      there is no server certificate
         */
-       if ((conf->make_cert_command && (debug_flag >= 2)) {
+       if (conf->make_cert_command && (debug_flag >= 2)) {
                struct stat buf;

                if ((stat(conf->make_cert_command, &buf) == 0) &&


Milan Holub
holub (at) thenet (dot) ch

--------------------------------------
 TheNet-Internet Services AG,
 im Bernertechnopark, Morgenstr. 129
 CH-3018, Bern, Switzerland
 031 998 4333, Fax 031 998 4330
 http://www.thenet.ch
 http://wlan.thenet.ch
--------------------------------------
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to