Rename UNPARSE_NO_QUOTE to UNPARSE_DISPLAY.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21075 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -754,7 +754,7 @@ enum {
|
|||||||
enum {
|
enum {
|
||||||
KRB5_PRINCIPAL_UNPARSE_SHORT = 1,
|
KRB5_PRINCIPAL_UNPARSE_SHORT = 1,
|
||||||
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2,
|
KRB5_PRINCIPAL_UNPARSE_NO_REALM = 2,
|
||||||
KRB5_PRINCIPAL_UNPARSE_NO_QUOTE = 4
|
KRB5_PRINCIPAL_UNPARSE_DISPLAY = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct krb5_sendto_ctx *krb5_sendto_ctx;
|
typedef struct krb5_sendto_ctx *krb5_sendto_ctx;
|
||||||
|
Reference in New Issue
Block a user