]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.
authorDenis V. Lunev <den@openvz.org>
Thu, 3 Apr 2008 21:30:12 +0000 (14:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Apr 2008 21:30:12 +0000 (14:30 -0700)
commit5616bdd6dfeb4e36be499dbac245e4d3be90a138
treee027cdc9813a8cdf90398fa173f8f3fc08324a75
parentc1e9894d486dc249331f4f04859c26147a778154
[INET]: uc_ttl assignment in inet_ctl_sock_create is redundant.

uc_ttl is initialized in inet(6)_create and never changed except
setsockopt ioctl. Remove this assignment.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/af_inet.c