summaryrefslogtreecommitdiffstats
path: root/xlators/encryption/rot-13
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/encryption/rot-13')
-rw-r--r--xlators/encryption/rot-13/src/rot-13.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/encryption/rot-13/src/rot-13.c b/xlators/encryption/rot-13/src/rot-13.c
index 738b8414f1e..5d691a2be33 100644
--- a/xlators/encryption/rot-13/src/rot-13.c
+++ b/xlators/encryption/rot-13/src/rot-13.c
@@ -100,9 +100,10 @@ rot13_writev_cbk (call_frame_t *frame,
xlator_t *this,
int32_t op_ret,
int32_t op_errno,
- struct stat *stbuf)
+ struct stat *prebuf,
+ struct stat *postbuf)
{
- STACK_UNWIND (frame, op_ret, op_errno, stbuf);
+ STACK_UNWIND (frame, op_ret, op_errno, prebuf, postbuf);
return 0;
}