]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - plugin/heimdal.c
Declare fast forward from 3.1-2
[kerberos/krb5-strength.git] / plugin / heimdal.c
index 6cdfe1a5ed8a5367335d7b91a536e14f68541062..b6bd54710fdc40bd0969e207cab17bf0ca2ab3b0 100644 (file)
@@ -16,7 +16,7 @@
  * Copyright 2009, 2013
  *     The Board of Trustees of the Leland Stanford Junior University
  *
- * See LICENSE for licensing terms.
+ * SPDX-License-Identifier: MIT
  */
 
 #include <config.h>
@@ -65,7 +65,7 @@ heimdal_pwcheck(krb5_context ctx, krb5_principal principal,
                 size_t length)
 {
     krb5_pwqual_moddata data = NULL;
-    char *pastring = NULL;
+    char *pastring;
     char *name = NULL;
     krb5_error_code code;