X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fmatch.c;h=dad3e7bc455ac901c6879e3811a361c97cbeed85;hp=75bf4358395d27fa21b8a9c213c307a82a2196d6;hb=8ae2cdfce9f8ba75fe72d65603d4c05c87f6d9c2;hpb=bcefdef1eaed14d3156b7fb5b9ad6d3b7078efcf diff --git a/src/ngircd/match.c b/src/ngircd/match.c index 75bf4358..dad3e7bc 100644 --- a/src/ngircd/match.c +++ b/src/ngircd/match.c @@ -55,7 +55,6 @@ static int Matche_After_Star PARAMS(( const char *p, const char *t )); GLOBAL bool Match( const char *Pattern, const char *String ) { - /* Pattern mit String vergleichen */ if( Matche( Pattern, String ) == MATCH_VALID ) return true; else return false; } /* Match */