mirror of
https://github.com/versity/versitygw.git
synced 2026-07-02 16:54:25 +00:00
b57764e136
In the IPA `GetUserAccount` function, the `userID`, `groupID`, and `projectID` values were parsed from a string slice into integers, which caused a panic when the slice was empty. This has been fixed by defaulting empty slices to `0` for each ID.