Signed-off-by: Corentin Chary <corentin.chary@xxxxxxxxx> --- 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