summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
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 );