projects
/
platform
/
upstream
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f810a59
)
Add missing closing bracket (whoops).
author
Wouter Verhelst
<w@uter.be>
Wed, 13 Feb 2013 23:58:39 +0000
(
00:58
+0100)
committer
Wouter 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
patch
|
blob
|
history
diff --git
a/nbd-client.c
b/nbd-client.c
index 83a68f8fadbcee9a2f794d300bd8bccafc61931b..0779e051a01cd3cada934f35422ade5b04252efe 100644
(file)
--- a/
nbd-client.c
+++ b/
nbd-client.c
@@
-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(".");
}