mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
b9eaf43bbe
memset() takes a void * as it's first argument. Don't explicitly cast what we're passing in to (char *), as this may mask other errors. Reviewed-on: http://gerrit.openafs.org/701 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>