From 92f37b4e663c4db085d43e7fb5e02bdb94d3363e Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 5 May 2013 12:47:35 +0200 Subject: [PATCH] Cosmetic change --- src/sockets/make-socket.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sockets/make-socket.lisp b/src/sockets/make-socket.lisp index f273a06..d6f224a 100644 --- a/src/sockets/make-socket.lisp +++ b/src/sockets/make-socket.lisp @@ -273,7 +273,7 @@ call CLOSE with :ABORT T on `VAR'." #-linux (define-socket-creator (:netlink :raw) - (family protocol &key (local-port 0) (multicast-groups 0)) + (family protocol &key local-port multicast-groups) (declare (ignore family protocol local-port multicast-groups)) (error 'socket-address-family-not-supported-error)) -- 2.11.4.GIT