X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/866f8763175ff60e4fa455b92b5eb660a12fe6c7..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h diff --git a/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h b/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h index 02e6195b..fb9ef2fd 100644 --- a/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h +++ b/OSX/libsecurity_keychain/lib/MacOSErrorStrings.h @@ -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. */ };