(configure): don't bail out if there isn't any kdc.conf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1997-1999 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -155,7 +155,7 @@ configure(int argc, char **argv)
|
||||
config_file = HDB_DB_DIR "/kdc.conf";
|
||||
|
||||
if(krb5_config_parse_file(config_file, &cf))
|
||||
goto end;
|
||||
cf = NULL;
|
||||
|
||||
if(keyfile == NULL){
|
||||
p = krb5_config_get_string (context, cf,
|
||||
|
Reference in New Issue
Block a user