mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
kill bogus reference to vfprintf
This commit is contained in:
@@ -739,7 +739,7 @@ vasprintf(str, fmt, ap)
|
||||
va_list ap;
|
||||
{
|
||||
|
||||
return (vfprintf(str, 0, 1, fmt, ap));
|
||||
return (xxxprintf(str, 0, 1, fmt, ap));
|
||||
}
|
||||
#endif /* HAVE_VASPRINTF */
|
||||
|
||||
|
Reference in New Issue
Block a user