mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-09 07:31:23 +02:00
namespaceapi: remove tasteless comment
This commit is contained in:
@ -40,7 +40,7 @@ func (bd *BoundaryDescriptor) AddSid(requiredSid *windows.SID) error {
|
|||||||
return addSIDToBoundaryDescriptor((*windows.Handle)(bd), requiredSid)
|
return addSIDToBoundaryDescriptor((*windows.Handle)(bd), requiredSid)
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrivateNamespace represents a private namespace. Duh?!
|
// PrivateNamespace represents a private namespace.
|
||||||
type PrivateNamespace windows.Handle
|
type PrivateNamespace windows.Handle
|
||||||
|
|
||||||
// CreatePrivateNamespace creates a private namespace.
|
// CreatePrivateNamespace creates a private namespace.
|
||||||
|
Reference in New Issue
Block a user