From 83e2a17c0fb7eba6d1a3ead945b9fbc0c253482c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 21 Mar 2010 14:56:57 -0700 Subject: [PATCH] document more assumptions about hdb_rename --- lib/hdb/hdb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index 91b675372..d11855512 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -158,6 +158,8 @@ typedef struct HDB{ krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*); /** * Rename the data base. + * + * Assume that the database is not hdb_open'ed and not locked. */ krb5_error_code (*hdb_rename)(krb5_context, struct HDB*, const char*); /**