[Gluster-devel] [PATCH BUG:393 04/10] transport/encryption: keep xlator reference

Corentin Chary corentin.chary at gmail.com
Wed Nov 18 11:13:56 UTC 2009


Signed-off-by: Corentin Chary <corentin.chary at gmail.com>
---
 libglusterfs/src/transport.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libglusterfs/src/transport.c b/libglusterfs/src/transport.c
index 89c71c1..2eccf20 100644
--- a/libglusterfs/src/transport.c
+++ b/libglusterfs/src/transport.c
@@ -291,6 +291,7 @@ transport_load (dict_t *options,
 	GF_VALIDATE_OR_GOTO("transport", trans, fail);
 
 	trans->xl = xl;
+	trans->crypto.xl = xl;
 
 	backward_compatibility (options, xl);
 
-- 
1.6.4.4






More information about the Gluster-devel mailing list