Skip to content

Commit

Permalink
Issue #1300: Properly implement capturing groups for PCRE expressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Castaglia committed Aug 14, 2021
1 parent fe09401 commit 8cf136b
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 233 deletions.
4 changes: 2 additions & 2 deletions include/regexp.h
@@ -1,6 +1,6 @@
/*
* ProFTPD - FTP server daemon
* Copyright (c) 2001-2016 The ProFTPD Project team
* Copyright (c) 2001-2021 The ProFTPD Project team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -32,7 +32,7 @@
* code.
*/

#ifdef PR_USE_PCRE
#if defined(PR_USE_PCRE)
# include <pcre.h>
# include <pcreposix.h>

Expand Down

0 comments on commit 8cf136b

Please sign in to comment.