]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix typo
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 23 Jul 2014 15:19:24 +0000 (10:19 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 23 Jul 2014 15:19:24 +0000 (10:19 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/network.c

index 42706196a5b7f00e04cc7fb4c8247b40f260cc6b..dfab1590f774fd4aa2eebc2ddc6e719546650d5c 100644 (file)
@@ -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