diff options
author | Derrell Lipman <derrell@samba.org> | 2005-12-29 17:03:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:00 -0500 |
commit | 64c8e32b6382e48bce5c1f18179e66ca765a70af (patch) | |
tree | 2475fd496f646ff73948010baf28bf7ff675cf2d /examples | |
parent | 4182eb99af5b343291a661a87d08edd91fd09a7a (diff) | |
download | samba-64c8e32b6382e48bce5c1f18179e66ca765a70af.tar.gz samba-64c8e32b6382e48bce5c1f18179e66ca765a70af.tar.xz samba-64c8e32b6382e48bce5c1f18179e66ca765a70af.zip |
r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500
allow for arbitrary option value types
Diffstat (limited to 'examples')
-rw-r--r-- | examples/libsmbclient/testbrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/testbrowse.c b/examples/libsmbclient/testbrowse.c index eba6fff4ebf..b5337ae983a 100644 --- a/examples/libsmbclient/testbrowse.c +++ b/examples/libsmbclient/testbrowse.c @@ -89,7 +89,7 @@ main(int argc, char * argv[]) /* If we've been asked to log to stderr instead of stdout... */ if (debug_stderr) { /* ... then set the option to do so */ - smbc_option_set(context, "debug_stderr", NULL); + smbc_option_set(context, "debug_stderr"); } /* Initialize the context using the previously specified options */ |