Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-2.6-block.git] / net / netfilter / ipvs / ip_vs_core.c
index 3d2d2c8108cac8d681e1e0840c89eb2312fee6d6..e6836755c45d4168bb6ccc9ab6f12708e9e17f3d 100644 (file)
@@ -97,7 +97,7 @@ const char *ip_vs_proto_name(unsigned int proto)
                return "ICMPv6";
 #endif
        default:
-               sprintf(buf, "IP_%d", proto);
+               sprintf(buf, "IP_%u", proto);
                return buf;
        }
 }