CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/04 07:24:17
Modified files:
usr.sbin/rpki-client: main.c mft.c rsync.c
Log message:
Use the same way to error out in out of memory situation.
Just use 'err(1, NULL);' there is no need to include the type of function
that failed since it is still impossible to locate the right call.
Just use a debugger in that case.
OK tb@ deraadt@
