mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_sockaddr
This commit is contained in:
parent
7f45ea5c41
commit
38642a9369
@ -778,7 +778,7 @@ create_unix_sockaddr(const char *listenaddress, char **readable_address,
|
||||
log_fn(LOG_ERR, LD_BUG,
|
||||
"Unix domain sockets not supported, yet we tried to create one.");
|
||||
*len_out = 0;
|
||||
tor_assert(0);
|
||||
tor_fragile_assert();
|
||||
return NULL;
|
||||
}
|
||||
#endif /* HAVE_SYS_UN_H */
|
||||
|
Loading…
Reference in New Issue
Block a user