]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: pattern: fix wrong definition of the pat_prune_fcts array
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Apr 2014 18:51:04 +0000 (20:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Apr 2014 18:51:04 +0000 (20:51 +0200)
commitf6c22c8944c02e08eb7d1849ddfe868cd4f8defd
treea9b6e89a60595fb52d47503e727900ff2474839d
parent50abe303df7a7278cde2a7d152e9fe5037d9010d
BUG/MEDIUM: pattern: fix wrong definition of the pat_prune_fcts array

Commit 6f7203d ("MEDIUM: pattern: add prune function") introduced an
array of functions pat_prune_fcts[] but unfortunately declared it in
pattern.h without marking it "extern", resulting in each file including
it having its own copy.
include/types/pattern.h