]> andersk Git - moira.git/blobdiff - update/ticket.c
Fix warning.
[moira.git] / update / ticket.c
index b886631cb099f451c3efe81617c88dd1dd0c77ae..77e2b1c1ef4ddc2d7b720410f0909ef51efa8e3e 100644 (file)
@@ -45,7 +45,7 @@ int get_mr_krb5_update_ticket(char *host, krb5_data auth)
   if (code)
     goto out;
 
-  code = krb5_mk_req(context, &auth_con, NULL, "host", host, NULL, ccache,
+  code = krb5_mk_req(context, &auth_con, 0, "host", host, NULL, ccache,
                     &auth);
 
  out:
This page took 0.061779 seconds and 4 git commands to generate.