From 513e81458f89b6c32262d7e9645be4750f299393 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Sep 2005 09:10:42 +0000 Subject: r9945: fix typos. Guenther (This used to be commit 12029e902277053a4066eae1b3ae311fae5e6422) --- source3/include/smb_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/smb_macros.h') diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index 47dff7702b..41eac7e994 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -261,7 +261,7 @@ copy an IP address from one buffer to another #define dos_format(fname) string_replace(fname,'/','\\') /***************************************************************************** - Check to see if we are a DO for this domain + Check to see if we are a DC for this domain *****************************************************************************/ #define IS_DC (lp_server_role()==ROLE_DOMAIN_PDC || lp_server_role()==ROLE_DOMAIN_BDC) -- cgit