From d8662420df5305d509438b71c5b619b86cc0aa56 Mon Sep 17 00:00:00 2001 From: Bryan Alger Date: Thu, 17 Apr 2014 15:06:36 -0700 Subject: [PATCH] Fix flag naming Summary: doh @override-unit-failures Test Plan: compiled under android Reviewed By: subodh@fb.com FB internal diff: D1283177 --- folly/io/async/Request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1