]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/MacOSErrorStrings.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / MacOSErrorStrings.h
index 02e6195b9dabe531e0d9a35b9789edffa017627d..fb9ef2fdf951eaee00788fc4d44f297abdabf6b2 100644 (file)
@@ -56,6 +56,6 @@ enum
     errSecMisc_cantGetFlavorErr      = -1854,   /* The location (URL) of this item is missing or improperly formatted. */
     errSecMisc_afpAccessDenied       = -5000,   /* Access to this item was denied. */
     errSecMisc_afpUserNotAuth        = -5023,   /* Authentication failed. The password for this server may have changed since the item was added to the keychain. */
-    errSecMisc_afpPwdPolicyErr       = -5046    /* This AppleShare IP server is configured to not allow users to save passwords for automatic login. Contact the server administrator for more information. */
+    errSecMisc_afpPwdPolicyErr       = -5046,   /* This AppleShare IP server is configured to not allow users to save passwords for automatic login. Contact the server administrator for more information. */
 };