tor_assert(), not assert()

svn:r1777
This commit is contained in:
Nick Mathewson
2004-05-02 20:27:48 +00:00
parent 3dd1ef8783
commit e6f3bf2a68
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ const char *tor_socket_strerror(int e);
#define ERRNO_IS_EINPROGRESS(e) ((e) == EINPROGRESS)
#define ERRNO_IS_CONN_EINPROGRESS(e) ((e) == EINPROGRESS)
#define tor_socket_errno(sock) (errno)
#define tor_socket_strerror(e) strerror(e)
#define tor_socket_strerror(e) strerror(e)
#endif
#endif