summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:34:03 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:34:03 +0200
commit70f3740e5c9948e27771a7d566fc07ed78101c71 (patch)
treec31ef22d5f68546b81e2c71be803ee9a61aa5f34 /pgfuse.c
parent8de4d8d3fb05e47ba479ec3e8d3833c69ce715a2 (diff)
downloadpgfuse-70f3740e5c9948e27771a7d566fc07ed78101c71.tar.gz
pgfuse-70f3740e5c9948e27771a7d566fc07ed78101c71.tar.bz2
forgot symlink renames
Diffstat (limited to 'pgfuse.c')
-rw-r--r--pgfuse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pgfuse.c b/pgfuse.c
index fe137fa..e62c414 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -1196,11 +1196,6 @@ static int pgfuse_rename( const char *from, const char *to )
return -EINVAL;
}
- /* TODO: enable also those cases later */
- if( S_ISLNK( from_meta.mode ) ) {
- return -EINVAL;
- }
-
copy_to = strdup( to );
if( copy_to == NULL ) {
syslog( LOG_ERR, "Out of memory in Rename '%s'!", to );