diff options
-rw-r--r-- | source3/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index 99b0998992..3f6e9268e4 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -367,7 +367,7 @@ static struct functable net_func[] = { got_pass = 0; zero_ip(&opt_dest_ip); - dbf = x_stdout; + dbf = x_stderr; pc = poptGetContext(NULL, argc, (const char **) argv, long_options, POPT_CONTEXT_KEEP_FIRST); |