Opened 12 years ago
Closed 12 years ago
#462 closed defect (fixed)
Assignment instead of comparison in sbi
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.5.0 |
Component: | helenos/app/other | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
In uspace/app/sbi/src/stype.c, line 654, we have:
assert(iface->cc = csi_interface);
This should rather be a comparison and applied also in the upstream.
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,1499 and in upstream as well.