summaryrefslogtreecommitdiff
path: root/refclock_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'refclock_sock.c')
-rw-r--r--refclock_sock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/refclock_sock.c b/refclock_sock.c
index 176310c..492ee32 100644
--- a/refclock_sock.c
+++ b/refclock_sock.c
@@ -101,6 +101,8 @@ static int sock_initialise(RCL_Instance instance)
int sockfd;
char *path;
+ RCL_CheckDriverOptions(instance, NULL);
+
path = RCL_GetDriverParameter(instance);
s.sun_family = AF_UNIX;