summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-04-16 02:42:10 +0000
committerTim Potter <tpot@samba.org>2001-04-16 02:42:10 +0000
commitbda419be61c60d1651567bf48175603c6a6d611b (patch)
tree6d415030026a831e4d4f27b9e8e6f9ced52f3e43 /source3/smbwrapper
parentaf08cd21eb714abc019656bc8cee86fd7a3f20d6 (diff)
downloadsamba-bda419be61c60d1651567bf48175603c6a6d611b.tar.gz
samba-bda419be61c60d1651567bf48175603c6a6d611b.tar.bz2
samba-bda419be61c60d1651567bf48175603c6a6d611b.zip
Grr - fixed compile error in smbwrapper stuff.
(This used to be commit 11a7c5e3d61348dc8c5dfdc782a95974a1547e4d)
Diffstat (limited to 'source3/smbwrapper')
-rw-r--r--source3/smbwrapper/shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/shared.c b/source3/smbwrapper/shared.c
index c9650c5863..5a9f688298 100644
--- a/source3/smbwrapper/shared.c
+++ b/source3/smbwrapper/shared.c
@@ -33,7 +33,7 @@ setup the shared area
void smbw_setup_shared(void)
{
int fd;
- pstring name;
+ pstring name, s;
slprintf(name,sizeof(name)-1, "%s/smbw.XXXXXX",tmpdir());