diff options
Diffstat (limited to 'xlators/features/cloudsync/src/cloudsync-fops-c.py')
| -rwxr-xr-x | xlators/features/cloudsync/src/cloudsync-fops-c.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync-fops-c.py b/xlators/features/cloudsync/src/cloudsync-fops-c.py index fdaa1432a6c..3122bd32c01 100755 --- a/xlators/features/cloudsync/src/cloudsync-fops-c.py +++ b/xlators/features/cloudsync/src/cloudsync-fops-c.py @@ -14,7 +14,7 @@ int32_t  cs_@NAME@ (call_frame_t *frame, xlator_t *this,             @LONG_ARGS@)  { -        int                         op_errno        = -1; +        int                         op_errno        = EINVAL ;          cs_local_t                 *local           = NULL;          int                         ret             = 0;          cs_inode_ctx_t             *ctx             = NULL;  | 
