search for: e5d9093

Displaying 1 result from an estimated 1 matches for "e5d9093".

Did you mean: 519093
2018 Jan 23
1
[PATCH nbdkit] Change the default protocol to newstyle.
...1.1.29. +Use the I<-e> or I<--exportname> flag to set the optional exportname +for the newstyle protocol. Use the I<-o> or I<--oldstyle> flag to +force the oldstyle protocol. Some common clients and the protocol they require: diff --git a/src/main.c b/src/main.c index e5d9093..67cbbde 100644 --- a/src/main.c +++ b/src/main.c @@ -80,7 +80,7 @@ int exit_with_parent; /* --exit-with-parent */ const char *exportname; /* -e */ int foreground; /* -f */ const char *ipaddr; /* -i */ -int newstyle; /* -n */ +int n...