summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-24 15:38:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:17 -0500
commit527bafcf73a1daea0a7a19f0181d811cabea451d (patch)
tree76f5c9cc456a65c1d4e6b8880da8fce1d2525051 /source4/lib
parent2ed6f07ccd05d5fa30c8cf53bf55db5f28f0ea50 (diff)
downloadsamba-527bafcf73a1daea0a7a19f0181d811cabea451d.tar.gz
samba-527bafcf73a1daea0a7a19f0181d811cabea451d.tar.bz2
samba-527bafcf73a1daea0a7a19f0181d811cabea451d.zip
r2017: fix compiler warnings
metze (This used to be commit eb75d9323fb07fe9a19bbf77168aeb8a4b92c3b8)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/dprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/dprintf.c b/source4/lib/dprintf.c
index 70387bbd61..fe939f0e8d 100644
--- a/source4/lib/dprintf.c
+++ b/source4/lib/dprintf.c
@@ -35,7 +35,7 @@
{
char *p, *p2;
int ret, maxlen, clen;
- const char *msgstr;
+ char *msgstr;
va_list ap2;
/* do any message translations */