Page MenuHomeFreeBSD

run(4): fix comparison in run_key_set_cb()
ClosedPublic

Authored by avos on Sep 7 2015, 6:57 PM.
Tags
None
Referenced Files
F151046153: D3589.id8576.diff
Sun, Apr 5, 3:34 PM
Unknown Object (File)
Sat, Apr 4, 5:51 AM
Unknown Object (File)
Thu, Mar 19, 3:37 AM
Unknown Object (File)
Mon, Mar 16, 11:33 AM
Unknown Object (File)
Mon, Mar 16, 11:33 AM
Unknown Object (File)
Sun, Mar 15, 6:38 PM
Unknown Object (File)
Wed, Mar 11, 4:43 AM
Unknown Object (File)
Tue, Mar 10, 8:54 AM
Subscribers

Details

Summary

Compare IEEE80211_CIPHER_WEP with k->wk_cipher->ic_cipher, not with k->wk_cipher.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

avos retitled this revision from to run(4): fix comparison in run_key_set_cb().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
kevlo edited edge metadata.

Works for me, thanks.

This revision is now accepted and ready to land.Sep 8 2015, 7:44 AM
This revision was automatically updated to reflect the committed changes.