use public version of krb5_enomem

This commit is contained in:
Love Hornquist Astrand
2010-11-25 10:48:33 -08:00
parent b294b673a2
commit 0690211131

View File

@@ -215,7 +215,7 @@ hdb_sqlite_open_database(krb5_context context, HDB *db, int flags)
sqlite3_close(hsdb->db);
hsdb->db = NULL;
} else
ret = _krb5_enomem(context);
ret = krb5_enomem(context);
return ret;
}