summaryrefslogtreecommitdiff
path: root/include/async_resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/async_resp.hpp')
-rw-r--r--include/async_resp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/async_resp.hpp b/include/async_resp.hpp
index f596dcdd20..8267c47617 100644
--- a/include/async_resp.hpp
+++ b/include/async_resp.hpp
@@ -31,7 +31,7 @@ class AsyncResp
}
crow::Response& res;
- std::function<void()> func = 0;
+ std::function<void()> func;
};
} // namespace bmcweb