mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
vere: fix snprintf return-code check in ames
This commit is contained in:
parent
e59863bded
commit
9cc9a308bf
@ -668,7 +668,7 @@ _ames_czar(u3_pact* pac_u)
|
||||
u3z(nam);
|
||||
}
|
||||
|
||||
if ( 0 != sas_i ) {
|
||||
if ( 255 <= sas_i ) {
|
||||
u3l_log("ames: czar: galaxy domain %s truncated\n", sam_u->dns_c);
|
||||
_ames_pact_free(pac_u);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user