Fix flag naming
authorBryan Alger <bryana@fb.com>
Thu, 17 Apr 2014 22:06:36 +0000 (15:06 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 18 Apr 2014 19:10:25 +0000 (12:10 -0700)
Summary: doh
@override-unit-failures

Test Plan: compiled under android

Reviewed By: subodh@fb.com

FB internal diff: D1283177

folly/io/async/Request.cpp

index 97e2dda4f5f43b4db5dcc3c636e975c83871d011..28360b504376e3fc136bc9812eade12b9805c342 100644 (file)
@@ -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;