Fix use of AuthDataWithContext capability
commit38eab68dfb2d8abe8ad00f5a86fc54c778d0d303
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 17 Mar 2008 15:34:25 +0000 (17 11:34 -0400)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 17 Mar 2008 15:34:25 +0000 (17 11:34 -0400)
treeda2c55f8c8b9fcfe9103ee83aeff79557e74e35d
parent065938ccb7bb0052746267c433637f0e05b95d85
Fix use of AuthDataWithContext capability

During my initial plans for, and the subsequent discussion of a more
significant change to the API for libsmbclient, I had removed the
AuthDataWithContext usage, in favor of a more generalized planned interface.
When the API returned to its original state, I neglected to reinsert this
code.

Use of an authentication function with the context can be tested using

  examples/libsmbclient/testbrowse -C

Derrell
source/libsmb/libsmb_context.c
source/libsmb/libsmb_server.c