]> andersk Git - gssapi-openssh.git/commitdiff
cast OM_uint32 to avoid warning OPENSSH_3_6_1P1_GSSAPI_20030408
authorjbasney <jbasney>
Mon, 7 Apr 2003 18:30:07 +0000 (18:30 +0000)
committerjbasney <jbasney>
Mon, 7 Apr 2003 18:30:07 +0000 (18:30 +0000)
openssh/gss-serv.c

index d9c30a2dfe81f44e75583c7882bc1807645bad2c..0edb918e4fa63ff763df43cd82936d055a920c11 100644 (file)
@@ -373,8 +373,8 @@ ssh_gssapi_gsi_storecreds(gss_buffer_t export_buffer)
                }
                else
                {
-                   log("Failed to export delegated credentials (error %d)",
-                       major_status);
+                   log("Failed to export delegated credentials (error %u)",
+                       (unsigned int)major_status);
                }
        }
        return 0;
This page took 0.042246 seconds and 5 git commands to generate.