Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[cascardo/linux.git] / net / netfilter / ipvs / ip_vs_core.c
index 3d2d2c8..e683675 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;
        }
 }