]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 14:35:59 +0000 (10:35 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 14:35:59 +0000 (10:35 -0400)
src/modules/proto_ldap_sync/proto_ldap_sync.c

index b0c450aa96766469b2d1147145b6275dc5aebf0f..7a8f3bbda191138e746c70267e2b7afab738b894 100644 (file)
@@ -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;