projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b41e2
)
Fix flag naming
author
Bryan Alger
<bryana@fb.com>
Thu, 17 Apr 2014 22:06:36 +0000
(15:06 -0700)
committer
Sara 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
patch
|
blob
|
history
diff --git
a/folly/io/async/Request.cpp
b/folly/io/async/Request.cpp
index 97e2dda4f5f43b4db5dcc3c636e975c83871d011..28360b504376e3fc136bc9812eade12b9805c342 100644
(file)
--- 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;