r18428: add my copyright
[samba.git] / 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)