Port fix for stupidities from the head
authoraland <aland>
Thu, 13 Apr 2006 18:00:20 +0000 (18:00 +0000)
committeraland <aland>
Thu, 13 Apr 2006 18:00:20 +0000 (18:00 +0000)
src/modules/rlm_eap/radeapclient.c

index 2f5c669..8164c48 100644 (file)
@@ -928,7 +928,9 @@ int main(int argc, char **argv)
                        break;
 
                case 'X':
-                 sha1_data_problems = 1;
+#if 0
+                 sha1_data_problems = 1; /* for debugging only */
+#endif
                  break;