Y
Hacker News
new
|
ask
|
show
|
jobs
by
cripto
4495 days ago
So, what does that mean, the goto fail portion of the code. It seems like it will go to that no matter what. What is the end outcome?
Thanks in advanced
1 comments
WaltSellers
4493 days ago
At that point the variable 'err' is still zero (noErr). So the function returns noErr, the caller thinks everything is good, and the communication is allowed.
link