nbd-client: kill unused variable (total 0 bytes)
Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
d3036ef608
commit
46b6cd7630
@ -46,7 +46,9 @@ int nbdclient_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
int nbdclient_main(int argc, char **argv)
|
||||
{
|
||||
unsigned long timeout = 0;
|
||||
#if BB_MMU
|
||||
int nofork = 0;
|
||||
#endif
|
||||
char *host, *port, *device;
|
||||
struct nbd_header_t {
|
||||
uint64_t magic1; // "NBDMAGIC"
|
||||
|
Loading…
Reference in New Issue
Block a user