diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/dht/src/dht-linkfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-linkfile.c b/xlators/cluster/dht/src/dht-linkfile.c index 3f4630cf4..09af83d89 100644 --- a/xlators/cluster/dht/src/dht-linkfile.c +++ b/xlators/cluster/dht/src/dht-linkfile.c @@ -87,7 +87,6 @@ dht_linkfile_create_cbk (call_frame_t *frame, void *cookie, xlator_t *this, if (ret < 0) { gf_log (this->name, GF_LOG_DEBUG, "failed to initialize linkfile data"); - op_errno = EINVAL; } str_data = NULL; |