Commit f50b163d by Serge Hallyn

fix typo

parent 0d204771
......@@ -1206,7 +1206,7 @@ static int attach_to_ovs_bridge(const char *bridge, const char *nic)
static inline bool is_ovs_bridge(const char *bridge) { return false; }
static inline int attach_to_ovs_bridge(const char *bridge, const char *nic)
{
retun -1;
return -1;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment