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

r21671: Add initial simple tests for socket wrapper

(This used to be commit 872e2ad541)
This commit is contained in:
Jelmer Vernooij
2007-03-03 01:20:36 +00:00
committed by Gerald (Jerry) Carter
parent 0d0e4c99ca
commit 1cc7b6e739
5 changed files with 86 additions and 1 deletions

View File

@@ -187,7 +187,7 @@ struct socket_info
static struct socket_info *sockets;
static const char *socket_wrapper_dir(void)
const char *socket_wrapper_dir(void)
{
const char *s = getenv("SOCKET_WRAPPER_DIR");
if (s == NULL) {