summaryrefslogtreecommitdiff
path: root/socket_dummy.go
diff options
context:
space:
mode:
Diffstat (limited to 'socket_dummy.go')
-rw-r--r--socket_dummy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket_dummy.go b/socket_dummy.go
index 4311e6c..7b21c82 100644
--- a/socket_dummy.go
+++ b/socket_dummy.go
@@ -8,9 +8,9 @@ package gosdd
import "os"
func sdListenFDs(bool) ([]*os.File, error) {
- return nil, nil
+ return nil, ErrNoSDSupport
}
func sdListenFDsWithNames(bool) (map[string]*os.File, error) {
- return nil, nil
+ return nil, ErrNoSDSupport
}