mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Add missing return
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4846 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e924c48573
commit
d94888e35b
1 changed files with 1 additions and 0 deletions
1
nbd.c
1
nbd.c
|
|
@ -463,6 +463,7 @@ static int nbd_receive_request(int csock, struct nbd_request *request)
|
|||
errno = EINVAL;
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int nbd_receive_reply(int csock, struct nbd_reply *reply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue