Re: [sane-devel] [PATCH 2/2] add option to bind address

2015-09-12 Thread Olaf Meeuwissen
Hi Matteo, This also looks good but it is missing documentation for the option. Both in the usage message as well as the saned manual page. Could you fix that? Matteo Croce writes: > [snip] > @@ -3288,6 +3289,9 @@ main (int argc, char *argv[]) >run_mode = SANED_RUN_DEBUG; >

Re: [sane-devel] [PATCH 2/2] add option to bind address

2015-09-12 Thread Matteo Croce
Yes will do, but I noticed that I have to use bind_addr even in do_bindings instead of INADDR_ANY, I have a newwer version of the patch 2015-09-12 8:58 GMT+02:00 Olaf Meeuwissen : > Hi Matteo, > > This also looks good but it is missing documentation for the option. >

[sane-devel] [PATCH 2/2] add option to bind address

2015-09-09 Thread Matteo Croce
--- frontend/saned.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/saned.c b/frontend/saned.c index f1f..edd8673 100644 --- a/frontend/saned.c +++ b/frontend/saned.c @@ -247,6 +247,7 @@ static int num_handles; static int debug; static int run_mode;