X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sock%2Finit.c;h=08f476504b17f721d7aa65539294c403d2a73057;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=2491dfab957a71945e50c7e40469072c45152463;hpb=b054c23c5d218b3b5d49c760816984cd6954d501;p=openldap diff --git a/servers/slapd/back-sock/init.c b/servers/slapd/back-sock/init.c index 2491dfab95..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-2016 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;