summaryrefslogtreecommitdiff
path: root/mythfs/service/inodes/symlink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/inodes/symlink.cpp')
-rw-r--r--mythfs/service/inodes/symlink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mythfs/service/inodes/symlink.cpp b/mythfs/service/inodes/symlink.cpp
index 8dcc0df..5e86015 100644
--- a/mythfs/service/inodes/symlink.cpp
+++ b/mythfs/service/inodes/symlink.cpp
@@ -14,7 +14,7 @@ namespace MythFS {
return {
0, 0,
S_IRUSR | S_IRGRP | S_IROTH | S_IFLNK,
- 1,"root","root",0,0,0,0,0,0,0};
+ 1,"root","root",0,(Ice::Long)target.length(),0,0,0,0,0};
}
std::string