diff options
author | Günther Deschner <gd@samba.org> | 2006-09-28 03:21:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:14:52 -0500 |
commit | b80cbfc20e0d0ede84531a37e187274ba04e822c (patch) | |
tree | dd54807bedd0d0f495b494394170724de4850ba7 /source3/include | |
parent | b6b9898a0710585751eab45a0d16a61a4cff208a (diff) | |
download | samba-b80cbfc20e0d0ede84531a37e187274ba04e822c.tar.gz samba-b80cbfc20e0d0ede84531a37e187274ba04e822c.tar.bz2 samba-b80cbfc20e0d0ede84531a37e187274ba04e822c.zip |
r18969: Fix typo.
Guenther
(This used to be commit 31f21282cd5fb27c867615790e7fd27df4cd4c0e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index a89e39d160..dc266995c6 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -175,6 +175,6 @@ struct cli_state { #define CLI_FULL_CONNECTION_DONT_SPNEGO 0x0001 #define CLI_FULL_CONNECTION_USE_KERBEROS 0x0002 -#define CLI_FULL_CONNECTION_ANNONYMOUS_FALLBACK 0x0004 +#define CLI_FULL_CONNECTION_ANONYMOUS_FALLBACK 0x0004 #endif /* _CLIENT_H */ |