diff options
author | Tim Potter <tpot@samba.org> | 2001-06-07 07:14:17 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-07 07:14:17 +0000 |
commit | 6ef6cc65d63bd5df0826cc0aa8d817a4606d473e (patch) | |
tree | a05fc316d505164a908642dfb1bd4516ecb802ab /source3/nsswitch | |
parent | 24dd11dd699e6c30d89f7ff97a3d75edbcaa85f1 (diff) | |
download | samba-6ef6cc65d63bd5df0826cc0aa8d817a4606d473e.tar.gz samba-6ef6cc65d63bd5df0826cc0aa8d817a4606d473e.tar.bz2 samba-6ef6cc65d63bd5df0826cc0aa8d817a4606d473e.zip |
Fixed typo in #ifndef at head of file.
(This used to be commit 6bd1ba9a0432ab5e6c2ebe6ea0fa486960fd4289)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbind_nss_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index f0e52210df..a946db89f6 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ -#ifndef _NTDOM_CONFIG_H -#define _NTDOM_CONFIG_H +#ifndef _WINBIND_NSS_CONFIG_H +#define _WINBIND_NSS_CONFIG_H /* Include header files from data in config.h file */ |