pull up r18814 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 18 Dec 2006 23:11:20 +0000 (23:11 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 18 Dec 2006 23:11:20 +0000 (23:11 +0000)
 r18814@cathode-dark-space:  raeburn | 2006-11-15 19:53:10 -0500
 ticket: new
 subject: fix warning in preauth_plugin.h header

 * preauth_plugin.h (enum krb5plugin_preauth_client_request_type): Omit trailing
 comma.

ticket: 4773
version_fixed: 1.6

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18964 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/preauth_plugin.h

index f7ecd3be0040246fc97d38cbcedfb769706e1bd4..f8a9db1a175d9298b65b2970c3a6f945dd267158 100644 (file)
@@ -131,7 +131,7 @@ enum krb5plugin_preauth_client_request_type {
      * encrypted portion of the AS_REP packet. */
     krb5plugin_preauth_client_get_etype = 1,
     /* Free the data returned from krb5plugin_preauth_client_req_get_etype */
-    krb5plugin_preauth_client_free_etype = 2,
+    krb5plugin_preauth_client_free_etype = 2
 };
 typedef krb5_error_code
 (*preauth_get_client_data_proc)(krb5_context,