-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 04f347d
Fix OID inequality comparison
Due to an extraneous 'or' branch, OID inequality
comparison would return the results of an equality
comparison.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>1 parent ae99d0c commit 04f347d
2 files changed
+11
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 | + | ||
1357 | + | ||
1358 | + | ||
1359 | + | ||
1360 | + | ||
1361 | + | ||
1362 | + | ||
1363 | + | ||
1364 | + | ||
1365 | + |
0 commit comments