diff options
author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-03-03 18:25:49 -0500 |
---|---|---|
committer | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-03-03 18:25:49 -0500 |
commit | ee45d0d6630624b735a7ea07639ffa0d774a337c (patch) | |
tree | ebd3d3e5deaed9f03569d3e82be707ed92ba510a /examples/libsmbclient | |
parent | 1363ee9d65965704f716965c6cbcfc0693ca2401 (diff) | |
download | samba-ee45d0d6630624b735a7ea07639ffa0d774a337c.tar.gz samba-ee45d0d6630624b735a7ea07639ffa0d774a337c.tar.bz2 samba-ee45d0d6630624b735a7ea07639ffa0d774a337c.zip |
Missed a few 'deprecated' markers
(This used to be commit 76ba37ac46b4a77fe228ca90635fa19140541ccd)
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 c4ca6667e0..a7eda365af 100644 --- a/examples/libsmbclient/testbrowse.c +++ b/examples/libsmbclient/testbrowse.c @@ -122,7 +122,7 @@ main(int argc, char * argv[]) /* ... then set the option to do so */ smbc_setOptionDebugToStderr(context, 1); } - + /* Initialize the context using the previously specified options */ if (!smbc_init_context(context)) { smbc_free_context(context, 0); |