mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
fix debug exception with static method (#607)
This commit is contained in:
parent
ff6cfe6fdf
commit
04dd589b95
@ -1480,7 +1480,7 @@ localtime_r(const time_t *timep, struct tm *result)
|
||||
return localtime_s(result, timep) == 0 ? result : NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
freezero(void *ptr, size_t sz)
|
||||
{
|
||||
if (ptr == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user