fix length bits

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-26 01:19:27 +00:00
parent 4fc62a171c
commit c74df06f20

View File

@@ -95,8 +95,8 @@ typedef struct krb5_kdc_configuration {
struct krb5_kdc_service {
const char *name;
unsigned int flags;
#define KS_KRB5 1
#define KS_PREPENDLENGTH 2
#define KS_KRB5 1
#define KS_NO_LENGTH 2
krb5_error_code (*process)(krb5_context context,
krb5_kdc_configuration *config,
krb5_data *req_buffer,