From 6ef6cc65d63bd5df0826cc0aa8d817a4606d473e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 7 Jun 2001 07:14:17 +0000 Subject: Fixed typo in #ifndef at head of file. (This used to be commit 6bd1ba9a0432ab5e6c2ebe6ea0fa486960fd4289) --- source3/nsswitch/winbind_nss_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch') 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 */ -- cgit