Hi, it looks like this commit
https://github.com/yoe/nbd/commit/c50a67520e6fb473eac298c89b8a408a380cfbb4 broke the current tip. Please consider applying the following change: diff --git a/nbd-client.c b/nbd-client.c index 83a68f8..b40c34d 100644 --- a/nbd-client.c +++ b/nbd-client.c @@ -283,7 +283,7 @@ void negotiate(int sock, u64 *rsize64, u32 *flags, char* name, uint32_t needed_f err("Not enough cliserv_magic"); else err("It looks like you're trying to connect to a newstyle server with the oldstyle protocol. Try the -N option."); - printf("."); + } } Thanks! PS: I really didn't want my first post on this mailing list to be a bug report! ;-) -- Michal Belczyk Sr. ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
