summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-12 16:33:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:28 -0500
commitfdc7677fecc3e4b6c475f858cba4d28cc5e219d9 (patch)
tree72616c4f5c54ea7ba72fdd920ad64c83ee47ae88
parent6924a30bb50560c277db12522f899924e9a43b03 (diff)
downloadsamba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.tar.gz
samba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.tar.xz
samba-fdc7677fecc3e4b6c475f858cba4d28cc5e219d9.zip
r18428: add my copyright
metze (This used to be commit d222fab2b5fcd44ad7825e605a9febbe9d211e7a)
-rw-r--r--source4/lib/socket_wrapper/socket_wrapper.c3
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 53ccb5396d0..4fecc909801 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)