summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-15 11:28:45 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-15 11:28:45 +0000
commit94424c5d72246b2e58f3a21aa0de6949d7eb2da1 (patch)
tree810ba5963af848ed8efdbd56514892cae8358d29 /source
parent618bda3a28f65417e3c31a70229f6da70cf223fc (diff)
downloadsamba-94424c5d72246b2e58f3a21aa0de6949d7eb2da1.tar.gz
samba-94424c5d72246b2e58f3a21aa0de6949d7eb2da1.tar.xz
samba-94424c5d72246b2e58f3a21aa0de6949d7eb2da1.zip
Fix the 'non-optomizing compiler' case...
Andrew Bartlett
Diffstat (limited to 'source')
-rw-r--r--source/include/safe_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/safe_string.h b/source/include/safe_string.h
index 8b3665d97b1..3e19659961c 100644
--- a/source/include/safe_string.h
+++ b/source/include/safe_string.h
@@ -199,8 +199,8 @@ size_t __unsafe_string_function_usage_here2__(void);
#define safe_strcat_fn2 safe_strcat_fn
#define push_string_fn2 push_string_fn
#define pull_string_fn2 pull_string_fn
-#define clistr_push_fn2 clistr_push_fn2
-#define clistr_pull_fn2 clistr_pull_fn2
+#define clistr_push_fn2 clistr_push_fn
+#define clistr_pull_fn2 clistr_pull_fn
#endif