diff options
author | Csaba Henk <csaba@zresearch.com> | 2009-04-06 14:03:21 +0200 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-06 22:04:34 +0530 |
commit | 6b18487d2811b4fb004d0f4c5c98a101a93b35ed (patch) | |
tree | aac51a636ab1af80ae85406301b2882b2f70ac28 /xlators/encryption/rot-13/src | |
parent | 7a543c3b45139adce1189785200ad23b2ec867d2 (diff) |
bitrot-13 fix
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/encryption/rot-13/src')
-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"}, |