commit | d7b4c24f45d2efe51b8f213da4593fefd49240ba | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 11 22:32:31 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:07:36 2018 -0700 |
tree | 91aabd787a14e2b08b7b64b55ac2f8bb19b37855 | |
parent | 4af00f4cc1ba34da4654ac31830843cae871642d [diff] |
rxrpc: Fix an uninitialised variable Fix an uninitialised variable introduced by the last patch. This can cause a crash when a new call comes in to a local service, such as when an AFS fileserver calls back to the local cache manager. Fixes: c1e15b4944c9 ("rxrpc: Fix the packet reception routine") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>