Skip to content
Commit 00b5407e authored by David Howells's avatar David Howells
Browse files

rxrpc: Fix uninitialised variable warning



Fix the following uninitialised variable warning:

../net/rxrpc/call_event.c: In function 'rxrpc_process_call':
../net/rxrpc/call_event.c:879:58: warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized]
    _debug("post net error %d", error);
                                                          ^

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 30787a41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment