Commit 186a091c authored by Kai Vehmanen's avatar Kai Vehmanen

Fixed a compiler warning due to a unused label.

darcs-hash:20070919145709-77cd4-72f47118d180bdad54598f005599ce9bdd1bae14.gz
parent 81e5d90b
...@@ -237,7 +237,6 @@ static int dgram_process (int sock) ...@@ -237,7 +237,6 @@ static int dgram_process (int sock)
finish: finish:
stun_finish (buf, &iov.iov_len); stun_finish (buf, &iov.iov_len);
send:
len = send_safe (sock, &mh); len = send_safe (sock, &mh);
return (len < iov.iov_len) ? -1 : 0; return (len < iov.iov_len) ? -1 : 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment