X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sock%2Finit.c;h=08f476504b17f721d7aa65539294c403d2a73057;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=616a20c2de95bf4ed790e9be2bc094d7ac609c8f;hpb=b18d33c548612d25aa3259b137ee3a5200b90f69;p=openldap diff --git a/servers/slapd/back-sock/init.c b/servers/slapd/back-sock/init.c index 616a20c2de..08f476504b 100644 --- a/servers/slapd/back-sock/init.c +++ b/servers/slapd/back-sock/init.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2007-2015 The OpenLDAP Foundation. + * Copyright 2007-2018 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ sock_back_initialize( bi->bi_op_delete = sock_back_delete; bi->bi_op_abandon = 0; - bi->bi_extended = 0; + bi->bi_extended = sock_back_extended; bi->bi_chk_referrals = 0;