diff options
| author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-07-16 09:45:02 -0400 |
|---|---|---|
| committer | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-07-16 09:45:02 -0400 |
| commit | a49f6f17c622fbdc3f358a923b6a682ff7504fda (patch) | |
| tree | d1120aedf84a381f9c23976820b368ba38862fad /source3/include | |
| parent | df1554192683aacc518c4a95715089d4eab51192 (diff) | |
Fix typos.
libsmbclient doesn't have bool defined; rather it uses smbc_bool
Derrell
(This used to be commit e1ade80f468e8ed827f9d4fd035d79546fa0ee0a)
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/libsmbclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 2828e9e780..5fe4fa8c60 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -2584,7 +2584,7 @@ void smbc_set_credentials(char *workgroup, char *user, char *password, - bool use_kerberos, + smbc_bool use_kerberos, char *signing_state); |
