mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-01-11 01:58:50 -05:00
lsteamclient: Clear last error in create_win_interface().
CW-Bug-Id: #23178
This commit is contained in:
@@ -300,6 +300,7 @@ struct w_steam_iface *create_win_interface(const char *name, void *u_iface)
|
||||
done:
|
||||
LeaveCriticalSection(&steamclient_cs);
|
||||
if (!ret) ERR("Don't recognize interface name: %s\n", name);
|
||||
SetLastError(0);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user