summaryrefslogtreecommitdiff
path: root/source3/lib/doscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/doscalls.c')
-rw-r--r--source3/lib/doscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/doscalls.c b/source3/lib/doscalls.c
index 1d459898b5..4ce84cbca2 100644
--- a/source3/lib/doscalls.c
+++ b/source3/lib/doscalls.c
@@ -407,7 +407,7 @@ char *dos_GetWd(char *path)
getwd_cache_init = True;
for (i=0;i<MAX_GETWDCACHE;i++)
{
- string_init(&ino_list[i].dos_path,"");
+ string_set(&ino_list[i].dos_path,"");
ino_list[i].valid = False;
}
}