svn rev #23549: trunk/src/kdc/
raeburn@MIT.EDU
raeburn at MIT.EDU
Wed Dec 30 22:37:30 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23549
Commit By: raeburn
Log Message:
No comma at end of enumerator list.
Changed Files:
U trunk/src/kdc/kdc_util.h
Modified: trunk/src/kdc/kdc_util.h
===================================================================
--- trunk/src/kdc/kdc_util.h 2009-12-31 01:32:00 UTC (rev 23548)
+++ trunk/src/kdc/kdc_util.h 2009-12-31 03:37:30 UTC (rev 23549)
@@ -368,7 +368,7 @@
/* FAST*/
enum krb5_fast_kdc_flags {
KRB5_FAST_REPLY_KEY_USED = 0x1,
- KRB5_FAST_REPLY_KEY_REPLACED = 0x02,
+ KRB5_FAST_REPLY_KEY_REPLACED = 0x02
};
krb5_error_code
More information about the cvs-krb5
mailing list