[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] nbd-client current tip does not compile...



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.



Reply to: