]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/rxrpc/key.c
rxrpc: Use structs to hold connection params and protocol info
[thirdparty/kernel/stable.git] / net / rxrpc / key.c
index 4ad56fafe3a7911f443de771d728889f8b2d1c2f..18c737a61d8060a4a8608403defca2a72058dfdc 100644 (file)
@@ -987,7 +987,7 @@ int rxrpc_get_server_data_key(struct rxrpc_connection *conn,
        if (ret < 0)
                goto error;
 
-       conn->key = key;
+       conn->params.key = key;
        _leave(" = 0 [%d]", key_serial(key));
        return 0;