diff options
Diffstat (limited to 'xlators/encryption/rot-13')
-rw-r--r-- | xlators/encryption/rot-13/src/rot-13.c | 3 |
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 c475e5cb5..b9ac29a72 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"}, |