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 | cbc97b4e5aee1fe6488ef316374b75a58b667ccc (patch) | |
tree | 3d0fc2b66d67c77265d2110e0dc82c21c9dbcb19 /examples/libsmbclient | |
parent | e13d0cb3ec89d83db8893341ca7ae24c07aad1fb (diff) | |
download | samba-cbc97b4e5aee1fe6488ef316374b75a58b667ccc.tar.gz samba-cbc97b4e5aee1fe6488ef316374b75a58b667ccc.tar.bz2 samba-cbc97b4e5aee1fe6488ef316374b75a58b667ccc.zip |
r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500
allow for arbitrary option value types
(This used to be commit 64c8e32b6382e48bce5c1f18179e66ca765a70af)
Diffstat (limited to 'examples/libsmbclient')
-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 eba6fff4eb..b5337ae983 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 */ |