Fix typo
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
index 71b2db2..08b679b 100644 (file)
@@ -844,7 +844,7 @@ retry:
                        case LDAP_PROC_RETRY:
                                *pconn = fr_connection_reconnect(inst->pool, *pconn);
                                if (*pconn) goto retry;
-                               goto retry;
+                               break;
                        default:
                                rad_assert(0);
                }