Commit e0fa18d
committed
SDAP: fix discarded-qualifiers warning in are_sids_from_same_dom()
Make rid1 and rid2 `const char *` since they only hold strrchr()
results from const input strings and are used for pointer arithmetic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 54ab295 commit e0fa18d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
0 commit comments