tags 673497 + upstream fixed-upstream
thanks
On Fri, May 18, 2012 at 07:54:12PM -0700, Vagrant Cascadian wrote:
> sudo nbd-client 192.168.43.181 -N /opt/ltsp/i386 /dev/nbd0
> Negotiation: ..
> E: Server does not support listing exports
Whoops, that's silly:
diff --git a/nbd-client.c b/nbd-client.c
index 4338bf5..0e62821 100644
--- a/nbd-client.c
+++ b/nbd-client.c
@@ -432,7 +432,7 @@ int main(int argc, char *argv[]) {
int c;
int nonspecial=0;
char* name=NULL;
- uint32_t needed_flags;
+ uint32_t needed_flags=0;
uint32_t cflags;
uint32_t opts;
struct option long_options[] = {
I'll do a 3.1-2 ASAP with that fix.
--
The volume of a pizza of thickness a and radius z can be described by
the following formula:
pi zz a
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]