Update tracert.cpp

removed *Value = 0;
This commit is contained in:
Curtis Wilson 2025-03-27 13:30:59 -04:00 committed by GitHub
parent ca46dc97ca
commit 46306f9e7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,8 +165,7 @@ GetULONG(
)
{
LPWSTR StopString;
*Value = 0;
// check input arguments
if (String == NULL || Value == NULL || *String == UNICODE_NULL)
{