(propagate_database): typo, NULL should be auth_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6520 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -542,7 +542,7 @@ propagate_database (krb5_context context, int v4_db, int ka_db,
|
||||
}
|
||||
|
||||
pd.context = context;
|
||||
pd.auth_context = NULL;
|
||||
pd.auth_context = auth_context;
|
||||
pd.sock = fd;
|
||||
|
||||
iterate (context, database, afs_cell, db,
|
||||
|
Reference in New Issue
Block a user