]> andersk Git - moira.git/blobdiff - webmoira/moirai.c
Command line printer manipulation client, and build goo.
[moira.git] / webmoira / moirai.c
index 18cebb5f0a496c9719b5453289279821847c6647..cace17fec1b86ae6553a02ca61448bc2bdf13f95 100644 (file)
@@ -89,7 +89,7 @@ JNIEXPORT void JNICALL Java_mit_moira_MoiraConnectInternal_proxy(JNIEnv *env,
 JNIEXPORT void JNICALL Java_mit_moira_MoiraConnectInternal_auth(JNIEnv *env,
                                                      jclass Class) {
     int status;
-    status = mr_auth("JavaInterface");
+    status = mr_krb5_auth("JavaInterface");
     if (status != MR_SUCCESS) throwMoiraException(env, status);
     return;
 }
This page took 0.054094 seconds and 4 git commands to generate.