SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
[sfrench/cifs-2.6.git] / net / sunrpc / auth_null.c
index 2694a1bc026b89f8f53af6bebd257f652f3378d4..135c75d6c47062929c527db4279d633f3546f5c4 100644 (file)
@@ -116,7 +116,6 @@ static
 struct rpc_auth null_auth = {
        .au_cslack      = NUL_CALLSLACK,
        .au_rslack      = NUL_REPLYSLACK,
-       .au_flags       = RPCAUTH_AUTH_NO_CRKEY_TIMEOUT,
        .au_ops         = &authnull_ops,
        .au_flavor      = RPC_AUTH_NULL,
        .au_count       = REFCOUNT_INIT(1),