summaryrefslogtreecommitdiff
path: root/conn/mark_default.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn/mark_default.go')
-rw-r--r--conn/mark_default.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conn/mark_default.go b/conn/mark_default.go
index 0f00f6f..c315f4b 100644
--- a/conn/mark_default.go
+++ b/conn/mark_default.go
@@ -7,6 +7,6 @@
package conn
-func (bind *nativeBind) SetMark(mark uint32) error {
+func (bind *StdNetBind) SetMark(mark uint32) error {
return nil
}