]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli:util: Update HRESULT definitions
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 10 Jan 2024 04:01:51 +0000 (17:01 +1300)
committerJoseph Sutton <jsutton@samba.org>
Mon, 15 Jan 2024 00:48:40 +0000 (00:48 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
libcli/util/hresult.c
libcli/util/hresult.h

index 0ac116430b44325a48d3b5ab5a36b97179ae8ac7..e35bf8abe6d7aeacfd22a4718af69409ca2d609f 100644 (file)
@@ -4914,7 +4914,7 @@ static const struct {
        {
                HRES_CERT_E_REVOKED,
                "HRES_CERT_E_REVOKED",
-               "A certificate was explicitly revoked by its issuer."
+               "A certificate was explicitly revoked by its issuer. If the certificate is Microsoft Windows PCA 2010, then the driver was signed by a certificate no longer recognized by Windows."
        },
        {
                HRES_CERT_E_UNTRUSTEDTESTROOT,
index 984bff9b17c6d10ad76e4a9a91b50a4261b3aa44..fa8738719d83b5d4be83d95e9e64afc0b6d270e0 100644 (file)
@@ -664,8 +664,8 @@ typedef uint32_t HRESULT;
 #define HRES_E_ACCESSDENIED                              HRES_ERROR(0x80070005)
 #define HRES_E_OUTOFMEMORY                               HRES_ERROR(0x8007000E)
 #define HRES_ERROR_NOT_SUPPORTED                         HRES_ERROR(0x80070032)
-#define HRES_ERROR_DISK_FULL                             HRES_ERROR(0x80070070)
 #define HRES_E_INVALIDARG                                HRES_ERROR(0x80070057)
+#define HRES_ERROR_DISK_FULL                             HRES_ERROR(0x80070070)
 #define HRES_CO_E_CLASS_CREATE_FAILED                    HRES_ERROR(0x80080001)
 #define HRES_CO_E_SCM_ERROR                              HRES_ERROR(0x80080002)
 #define HRES_CO_E_SCM_RPC_FAILURE                        HRES_ERROR(0x80080003)