Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Feb 2013 23:28:22 +0000 (18:28 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Feb 2013 23:28:22 +0000 (18:28 -0500)
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);
                }