svn rev #24181: trunk/src/plugins/kdb/db2/
ghudson@MIT.EDU
ghudson at MIT.EDU
Fri Jul 9 08:25:50 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24181
Commit By: ghudson
Log Message:
Addendum to r24180: make sure osa_adb_get_policy sets its output
parameter in all cases, per coding standards.
Changed Files:
U trunk/src/plugins/kdb/db2/adb_policy.c
Modified: trunk/src/plugins/kdb/db2/adb_policy.c
===================================================================
--- trunk/src/plugins/kdb/db2/adb_policy.c 2010-07-09 01:22:38 UTC (rev 24180)
+++ trunk/src/plugins/kdb/db2/adb_policy.c 2010-07-09 12:25:50 UTC (rev 24181)
@@ -191,6 +191,7 @@
char *aligned_data = NULL;
osa_policy_ent_t entry = NULL;
+ *entry_ptr = NULL;
OPENLOCK(db, KRB5_DB_LOCKMODE_SHARED);
if(name == NULL) {
More information about the cvs-krb5
mailing list