Skip to content

Commit f091a08

Browse files
Merge pull request #1311 from nexcess/devel
Resolving conflicts and fixing a bad merge.
2 parents e357731 + b1155b3 commit f091a08

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl

+1-4
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,12 @@ sub vcl_hash {
313313
{{advanced_session_validation}}
314314

315315
}
316-
<<<<<<< HEAD
317-
std.log("vcl_hash end return lookup");
318-
=======
319316

320317
if (req.http.X-Varnish-Esi-Access == "customer_group" &&
321318
req.http.Cookie ~ "customer_group=") {
322319
hash_data(regsub(req.http.Cookie, "^.*?customer_group=([^;]*);*.*$", "\1"));
323320
}
324-
>>>>>>> master
321+
std.log("vcl_hash end return lookup");
325322
return (lookup);
326323
}
327324

0 commit comments

Comments
 (0)