]> git.baikalelectronics.ru Git - kernel.git/commit
netlabel: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:01:49 +0000 (17:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:01:49 +0000 (17:01 -0700)
commit6b8aaeccfa7a8442d312b60454b6e782d917a207
treec099dfd404f80dac5d7a6091df804b14236daf7a
parent00c4f3a2c57279353a74bc1420d38559c3a93f68
netlabel: Fix set-but-unused variables.

The variable 'type_str' is set but unused in netlbl_cipsov4_add().

Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlabel/netlabel_cipso_v4.c