Missed break
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Jun 2014 20:56:21 +0000 (21:56 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Jun 2014 20:56:21 +0000 (21:56 +0100)
src/main/radclient.c

index aff3e2f..86a0be4 100644 (file)
@@ -570,10 +570,11 @@ static int radclient_init(TALLOC_CTX *ctx, rc_file_pair_t *files)
                                                "Response-Packet-Type attribute");
                                        goto error;
                                }
+                               break;
 
                        case PW_CODE_UNDEFINED:
-                               REDEBUG("Both Packet-Type and Response-Packet-Type, specify at least one, or a well "
-                                       "known RADIUS port");
+                               REDEBUG("Both Packet-Type and Response-Packet-Type undefined, specify at least one, "
+                                       "or a well known RADIUS port");
                                goto error;
 
                        default: