More const fixes for compiler warnings from the waf build.
[sharpe/samba-autobuild/.git] / source3 / libsmb / clifsinfo.c
index 4b3383a1d2488b35bf70c38485e78f0fab966661..4701b0317bfa88bb00c7d776e3a7ff1c98397deb 100644 (file)
@@ -693,7 +693,7 @@ static NTSTATUS make_cli_gss_blob(TALLOC_CTX *ctx,
        NTSTATUS status = NT_STATUS_OK;
 
        gss_OID_desc nt_hostbased_service =
-       {10, CONST_DISCARD(char *,"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")};
+       {10, discard_const_p(char, "\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")};
 
        memset(&tok_out, '\0', sizeof(tok_out));