r18428: add my copyright
authorStefan Metzmacher <metze@samba.org>
Tue, 12 Sep 2006 16:33:24 +0000 (16:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:28 +0000 (14:18 -0500)
metze
(This used to be commit d222fab2b5fcd44ad7825e605a9febbe9d211e7a)

source4/lib/socket_wrapper/socket_wrapper.c

index 53ccb5396d0cc2e9bdba08fd2587a80b21bdb60d..4fecc90980152f754ba61ff59ca5badc430d788b 100644 (file)
@@ -3,6 +3,7 @@
    unix domain sockets if the environment variable SOCKET_WRAPPER_DIR 
    is set.
    Copyright (C) Jelmer Vernooij 2005
+   Copyright (C) Stefan Metzmacher 2006
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -98,7 +99,7 @@ struct socket_info
        struct socket_info *prev, *next;
 };
 
-static struct socket_info *sockets = NULL;
+static struct socket_info *sockets;
 
 
 static const char *socket_wrapper_dir(void)