diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-12 16:33:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:28 -0500 |
commit | fdc7677fecc3e4b6c475f858cba4d28cc5e219d9 (patch) | |
tree | 72616c4f5c54ea7ba72fdd920ad64c83ee47ae88 /source4 | |
parent | 6924a30bb50560c277db12522f899924e9a43b03 (diff) | |
download | samba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.tar.gz samba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.tar.bz2 samba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.zip |
r18428: add my copyright
metze
(This used to be commit d222fab2b5fcd44ad7825e605a9febbe9d211e7a)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/socket_wrapper/socket_wrapper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/socket_wrapper/socket_wrapper.c b/source4/lib/socket_wrapper/socket_wrapper.c index 53ccb5396d..4fecc90980 100644 --- a/source4/lib/socket_wrapper/socket_wrapper.c +++ b/source4/lib/socket_wrapper/socket_wrapper.c @@ -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) |