1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

r18428: add my copyright

metze
(This used to be commit d222fab2b5)
This commit is contained in:
Stefan Metzmacher
2006-09-12 16:33:24 +00:00
committed by Gerald (Jerry) Carter
parent 6924a30bb5
commit fdc7677fec

View 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)