Skip to content
Snippets Groups Projects
Commit 1e52b1aa authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #6876 from mdyring/master

Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
parents fa9b7c1b 0de6cea2
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ namespace grpc {
void AddInsecureChannelFromFd(Server* server, int fd) {
grpc_server_add_insecure_channel_from_fd(
server->c_server(), server->completion_queue()->cq(), fd);
}
#endif // GPR_SUPPORT_CHANNELS_FROM_FD
}
} // namespace grpc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment