Changeset 698

Show
Ignore:
Timestamp:
03/09/08 14:45:08 (3 months ago)
Author:
smoku
Message:

Fixed typo in starttls option name. Fixes #247

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/storage/authreg_ldap.c

    r545 r698  
    483483 
    484484    if (l>0) 
    485         snprintf(ldap_entry,sizeof(ldap_entry), "authreg.ldap%d.startls", l ); 
    486     else 
    487         snprintf(ldap_entry, sizeof(ldap_entry), "authreg.ldap.startls"); 
     485        snprintf(ldap_entry,sizeof(ldap_entry), "authreg.ldap%d.starttls", l ); 
     486    else 
     487        snprintf(ldap_entry, sizeof(ldap_entry), "authreg.ldap.starttls"); 
    488488    if(config_get(ar->c2s->config, ldap_entry) != NULL) 
    489489        data->flags |= AR_LDAP_FLAGS_STARTTLS;