From 6b18487d2811b4fb004d0f4c5c98a101a93b35ed Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Mon, 6 Apr 2009 14:03:21 +0200 Subject: bitrot-13 fix Signed-off-by: Anand V. Avati --- xlators/encryption/rot-13/src/rot-13.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/encryption') diff --git a/xlators/encryption/rot-13/src/rot-13.c b/xlators/encryption/rot-13/src/rot-13.c index 0b92e25ba..8f784257e 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"}, -- cgit