On Wed, Feb 13, 2013 at 10:00:08PM +0100, Michal Belczyk wrote: > 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("."); > + } > }
That printf shouldn't be removed, it's still useful. Other than that, thanks, applied. > Thanks! > > PS: I really didn't want my first post on this mailing list to be a bug > report! ;-) Heh. No problem :-) -- Copyshops should do vouchers. So that next time some bureaucracy requires you to mail a form in triplicate, you can mail it just once, add a voucher, and save on postage. ------------------------------------------------------------------------------ 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
