summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-03-14 03:18:33 +0000
committerTim Potter <tpot@samba.org>2000-03-14 03:18:33 +0000
commitb740d8299ead78730cf5e0a0a6c5ecd25dd25e1a (patch)
tree18c1e768f1c083eafb41945f94bf65e6de32e55c
parent6c4709e13b1e97f05165998315b9ca4fb8a66fd5 (diff)
downloadsamba-b740d8299ead78730cf5e0a0a6c5ecd25dd25e1a.tar.gz
samba-b740d8299ead78730cf5e0a0a6c5ecd25dd25e1a.tar.xz
samba-b740d8299ead78730cf5e0a0a6c5ecd25dd25e1a.zip
Spotted error in #ifndef _XXX #define _XXX #endif thing.
-rw-r--r--source/include/rpc_ntlmssp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/rpc_ntlmssp.h b/source/include/rpc_ntlmssp.h
index 7660c623b25..c37b9b48ecc 100644
--- a/source/include/rpc_ntlmssp.h
+++ b/source/include/rpc_ntlmssp.h
@@ -21,7 +21,7 @@
*/
#ifndef _RPC_NTLMSSP_H /* RPC_NTLMSSP_H */
-#define RPC_NTLMSSP_H
+#define _RPC_NTLMSSP_H
#include "rpc_misc.h" /* this only pulls in STRHDR */
@@ -118,4 +118,3 @@ typedef struct rpc_auth_ntlmssp_chk_info
} RPC_AUTH_NTLMSSP_CHK;
#endif /* RPC_NTLMSSP_H */
-