Grr - fixed compile error in smbwrapper stuff.
authorTim Potter <tpot@samba.org>
Mon, 16 Apr 2001 02:42:10 +0000 (02:42 +0000)
committerTim Potter <tpot@samba.org>
Mon, 16 Apr 2001 02:42:10 +0000 (02:42 +0000)
(This used to be commit 11a7c5e3d61348dc8c5dfdc782a95974a1547e4d)

source3/smbwrapper/shared.c

index c9650c5863e991869a0514ec234d46cf09f17d71..5a9f68829812d3042152aa0efaf9e690f85a52a8 100644 (file)
@@ -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());