From: Howard Chu Date: Thu, 8 May 2008 13:15:40 +0000 (+0000) Subject: Use underscore in network_timeout X-Git-Tag: LOCKER_IDS~175 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f488fa060a247ec64a6e4fd2ecc355724548003d;p=openldap Use underscore in network_timeout --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 368fb9cef6..78fa9a5c97 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1179,7 +1179,7 @@ static slap_cf_aux_table bindkey[] = { { BER_BVC("version="), offsetof(slap_bindconf, sb_version), 'i', 0, versionkey }, { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey }, { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, - { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, + { BER_BVC("network_timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize }, { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL }, { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL },