This const isn't quite vaild C.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 09:32:29 +0000 (09:32 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 09:32:29 +0000 (09:32 +0000)
Andrew Bartlett
(This used to be commit de96c1aaca9006696d61aa3d07151c0f74516e63)

source3/utils/ntlm_auth.c

index 88913c80512c8726968a6a4d73a08523b1a8af5d..445d2921121b81ba71ebeedc5bd9116f7fb23c23 100644 (file)
@@ -464,7 +464,7 @@ static BOOL check_auth_crap(void)
    and valid authentication types
 */
 
-static const DATA_BLOB get_challenge(void) 
+static DATA_BLOB get_challenge(void) 
 {
        static DATA_BLOB chal;
        if (opt_challenge.length)