ping: use |=, not =, when combine option bit mask
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 21 Nov 2009 14:44:56 +0000 (15:44 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 21 Nov 2009 14:44:56 +0000 (15:44 +0100)
commit85164fa06eac734dd853b7e08c1762ada06e9a2c
tree91550f39c8278682e0a3acf36db57bcadb07a8c7
parentc270454f8f1f33e5438e46cb13bebd8fb190a40a
ping: use |=, not =, when combine option bit mask

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ping.c