summaryrefslogtreecommitdiffstats
path: root/xlators/encryption/rot-13/src
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/encryption/rot-13/src')
-rw-r--r--xlators/encryption/rot-13/src/rot-13.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/encryption/rot-13/src/rot-13.c b/xlators/encryption/rot-13/src/rot-13.c
index c475e5cb585..b9ac29a72e1 100644
--- a/xlators/encryption/rot-13/src/rot-13.c
+++ b/xlators/encryption/rot-13/src/rot-13.c
@@ -186,8 +186,7 @@ struct xlator_fops fops = {
.writev = rot13_writev
};
-struct xlator_cbks cbks = {
-};
+struct xlator_cbks cbks;
struct volume_options options[] = {
{ .key = {"encrypt-write"},