Add missing closing bracket (whoops).
authorWouter Verhelst <w@uter.be>
Wed, 13 Feb 2013 23:58:39 +0000 (00:58 +0100)
committerWouter Verhelst <w@uter.be>
Wed, 13 Feb 2013 23:58:39 +0000 (00:58 +0100)
Spotted by: Michal Belczyk <belczyk@bsd.krakow.pl>

nbd-client.c

index 83a68f8fadbcee9a2f794d300bd8bccafc61931b..0779e051a01cd3cada934f35422ade5b04252efe 100644 (file)
@@ -283,6 +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(".");
        }