summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/init_os_ctx.c
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-10-01 21:59:16 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-10-01 21:59:16 +0000
commitab0b1c37bb2cc13c971461bba419f6ce5f6774bf (patch)
tree00a794027b065f7b5c5384b6ff56be8178d73ad1 /src/lib/krb5/os/init_os_ctx.c
parent3c1a043bf4972ff20e1c3d0d63a4f88f5d9ad5a5 (diff)
downloadkrb5-ab0b1c37bb2cc13c971461bba419f6ce5f6774bf.tar.gz
krb5-ab0b1c37bb2cc13c971461bba419f6ce5f6774bf.tar.xz
krb5-ab0b1c37bb2cc13c971461bba419f6ce5f6774bf.zip
Make unset strings in kim_options and kim_selection_hints
be empty strings rather than NULL. This simplifies the stream code (and makes it easier to read and debug). In order to prevent copying tons of NUL bytes around, special case kim_string functions to use a special constant kim_empty_string. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20804 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/init_os_ctx.c')
-rw-r--r--src/lib/krb5/os/init_os_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c
index 5011d548ce..4799e91073 100644
--- a/src/lib/krb5/os/init_os_ctx.c
+++ b/src/lib/krb5/os/init_os_ctx.c
@@ -33,7 +33,7 @@
#include "prof_int.h" /* XXX for profile_copy, not public yet */
#ifdef USE_KIM
-#include "kim/kim_library.h"
+#include "kim_library_private.h"
#endif
#if defined(_WIN32)