From: Arran Cudbard-Bell Date: Tue, 13 Jun 2017 14:35:59 +0000 (-0400) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541b6716ef589508468ff0a489db886f33d6e9db;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/modules/proto_ldap_sync/proto_ldap_sync.c b/src/modules/proto_ldap_sync/proto_ldap_sync.c index b0c450aa967..7a8f3bbda19 100644 --- a/src/modules/proto_ldap_sync/proto_ldap_sync.c +++ b/src/modules/proto_ldap_sync/proto_ldap_sync.c @@ -1091,7 +1091,6 @@ static int proto_ldap_socket_parse(CONF_SECTION *cs, rad_listen_t *listen) cf_log_err(cs, "Invalid 'user.scope' value \"%s\", expected 'sub', 'one'" " or 'base'", inst->sync_config[i]->scope_str) #endif - ); return -1; } inst->sync_config[i]->scope = scope;