1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Missed a few 'deprecated' markers

(This used to be commit 76ba37ac46)
This commit is contained in:
Derrell Lipman
2008-03-03 18:25:49 -05:00
parent 1363ee9d65
commit ee45d0d663
2 changed files with 3 additions and 3 deletions

View File

@ -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);