Fix const warning.
authorJeremy Allison <jra@samba.org>
Fri, 14 Oct 2011 20:20:07 +0000 (13:20 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 14 Oct 2011 20:20:07 +0000 (13:20 -0700)
source3/libsmb/cliconnect.c

index bba7b0323abebbc38f70b510d9f59eb53b79c2b9..e4402ba20feb17518234b58d90752f47e1b602ea 100644 (file)
@@ -1769,7 +1769,7 @@ static ADS_STATUS cli_session_setup_spnego(struct cli_state *cli,
        char *principal = NULL;
        char *OIDs[ASN1_MAX_OIDS];
        int i;
-       DATA_BLOB *server_blob;
+       const DATA_BLOB *server_blob;
        DATA_BLOB blob = data_blob_null;
        const char *p = NULL;
        char *account = NULL;