]> andersk Git - moira.git/blobdiff - update/auth_002.c
- Don't ifdef out auth_002; it breaks backward compatability.
[moira.git] / update / auth_002.c
index 2500ead6990ac31fa228189348e4d0520b722b9c..5f1e6c5e0cac24c1384f021eba5433591ab58b15 100644 (file)
@@ -132,6 +132,6 @@ auth_failed:
          ad.pname, ad.pinst, ad.prealm);
   send_int(conn, code);
 #else
-  return MR_NO_KRB4;
+  send_int(conn, MR_NO_KRB4);
 #endif
 }
This page took 0.079128 seconds and 4 git commands to generate.