diff options
Diffstat (limited to 'recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch')
| -rw-r--r-- | recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch b/recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch index a66e1dc..324530b 100644 --- a/recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch +++ b/recipes-connectivity/consul/files/0001-prepared_query-make-compatible-with-go1.5.patch | |||
| @@ -8,13 +8,13 @@ lock contention, so we drop the copy and use the regex directly. | |||
| 8 | 8 | ||
| 9 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | 9 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |
| 10 | --- | 10 | --- |
| 11 | consul/prepared_query/template.go | 4 ++-- | 11 | src/github.com/hashicorp/consul/consul/prepared_query/template.go | 4 ++-- |
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 12 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 13 | 13 | ||
| 14 | diff --git a/consul/prepared_query/template.go b/consul/prepared_query/template.go | 14 | diff --git a/src/github.com/hashicorp/consul/consul/prepared_query/template.go b/src/github.com/hashicorp/consul/consul/prepared_query/template.go |
| 15 | index 984f0bcf9cc6..1c61910c1526 100644 | 15 | index 984f0bcf9cc6..1c61910c1526 100644 |
| 16 | --- a/consul/prepared_query/template.go | 16 | --- a/src/github.com/hashicorp/consul/consul/prepared_query/template.go |
| 17 | +++ b/consul/prepared_query/template.go | 17 | +++ b/src/github.com/hashicorp/consul/consul/prepared_query/template.go |
| 18 | @@ -116,8 +116,8 @@ func (ct *CompiledTemplate) Render(name string) (*structs.PreparedQuery, error) | 18 | @@ -116,8 +116,8 @@ func (ct *CompiledTemplate) Render(name string) (*structs.PreparedQuery, error) |
| 19 | // from multiple goroutines. | 19 | // from multiple goroutines. |
| 20 | var matches []string | 20 | var matches []string |
