diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/encryption/rot-13/src/rot-13.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/encryption/rot-13/src/rot-13.c b/xlators/encryption/rot-13/src/rot-13.c index 0b92e25baa2..8f784257e8d 100644 --- a/xlators/encryption/rot-13/src/rot-13.c +++ b/xlators/encryption/rot-13/src/rot-13.c @@ -188,6 +188,8 @@ struct xlator_fops fops = {  struct xlator_mops mops = {  }; +struct xlator_cbks cbks = { +};  struct volume_options options[] = {  	{ .key  = {"encrypt-write"},   | 
