1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00

Makefile.in configure configure.in include/config.h.in: Changes for DGUX and UNIXWARE.

groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf.
include/includes.h: Fix YP problem.
include/smb.h: Fix ZERO_STRUCTP.
lib/util_sock.c: Added strerror() in debugs.
passdb/ldap.c: Don't use snprinf, use slprintf.
rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf.
script/installman.sh: DGUX changes.
smbd/open.c smbd/oplock.c: Fixed gcc warnings.
web/swat.c: Changes USER to SWAT_USER.
This commit is contained in:
Jeremy Allison
-
parent 24b2bf1741
commit 4c2b5a0098
22 changed files with 803 additions and 625 deletions

View File

@@ -168,7 +168,7 @@ void close_sockets(void )
#endif /* WITH_SSL */
close(Client);
Client = 0;
Client = -1;
}