Commit 4acde138 authored by Robert David Graham's avatar Robert David Graham
Browse files

undo last change

parent 64abd79d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -186,13 +186,9 @@ banout_append(struct BannerOutput *banout, unsigned proto, const void *px, size_
     */
    memcpy(p->banner + p->length, px, length);
    p->length = (unsigned)(p->length + length);
    if (p->length > 18 && memcmp(p->banner, "Invalid URLInvalid", 18) == 0) {
        printf("asldkufhasdlkfhjasdf             \n");
        exit(1);
    }
}

/**********************************************************************bb*****
/***************************************************************************
 ***************************************************************************/
int
banout_selftest(void)