]> andersk Git - moira.git/blobdiff - lib/mr_auth.c
Initialize a few more things to NULL.
[moira.git] / lib / mr_auth.c
index e0f805b68755855d8cfee4ce303edd99fa3756c8..6398163c5799617c4632c200bfaf3fc391d485df 100644 (file)
@@ -152,8 +152,7 @@ int mr_krb5_auth(char *prog)
  out:
   if (ccache)
     krb5_cc_close(context, ccache);
-  if (auth.data)
-    krb5_free_data_contents(context, &auth);
+  krb5_free_data_contents(context, &auth);
   if (auth_con)
     krb5_auth_con_free(context, auth_con);
 
This page took 1.220062 seconds and 4 git commands to generate.