From: Bryan Alger Date: Thu, 17 Apr 2014 22:06:36 +0000 (-0700) Subject: Fix flag naming X-Git-Tag: v0.22.0~592 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d8662420df5305d509438b71c5b619b86cc0aa56;p=folly.git Fix flag naming Summary: doh @override-unit-failures Test Plan: compiled under android Reviewed By: subodh@fb.com FB internal diff: D1283177 --- diff --git a/folly/io/async/Request.cpp b/folly/io/async/Request.cpp index 97e2dda4..28360b50 100644 --- a/folly/io/async/Request.cpp +++ b/folly/io/async/Request.cpp @@ -26,7 +26,7 @@ namespace folly { #ifdef NO_LIB_GFLAGS - bool FLAGS_enable_thrift_request_context = true; + bool FLAGS_enable_request_context = true; #endif RequestContext* defaultContext;