Skip to content

Commit 82e5f84

Browse files
remove classinfo uses, rebases part of #7445
1 parent a51c0ea commit 82e5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/socket.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ class InternetHost
702702
// must synchronize across all threads
703703
private bool getHost(string opMixin, T)(T param) @system
704704
{
705-
synchronized(this.classinfo)
705+
synchronized(typeid(this))
706706
return getHostNoSync!(opMixin, T)(param);
707707
}
708708
}

0 commit comments

Comments
 (0)