The format string expected the result, callers all passed the result,
but we didn't actually accept the result to this function. I swear
I've looked at this code a dozen times trying to find the problem, and
it was this simple all along.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGed8160e4fea0: util: fix signature of setsockopt in socket observer
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I also have been here a lot of times and I was unable to found what's wrong. Kudos for fixing this.