s4:heimdal - fix the return code of a non-void function
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 15 Nov 2010 21:42:22 +0000 (22:42 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 15 Nov 2010 23:14:57 +0000 (23:14 +0000)
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Nov 15 23:14:57 UTC 2010 on sn-devel-104

source4/heimdal/kdc/default_config.c

index f745183e5147baa433d3250bbeddca620432ba98..66108f4dec6e28443d43ee072b0ec2ce76110087 100644 (file)
@@ -297,4 +297,6 @@ krb5_kdc_pkinit_config(krb5_context context, krb5_kdc_configuration *config)
     }
 
 #endif /* PKINIT */
+
+    return 0;
 }