diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-13 02:07:07 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-13 02:07:07 +0000 |
commit | 2164685b9f959814af2067aa0dcac2d1b2ac0bc5 (patch) | |
tree | f8ebfac1cd4515f5de95d97e3b553f483669fd9e /source3/smbd | |
parent | cb265dbb8b73a177d9e7fd52e53f1eba487b94d4 (diff) | |
download | samba-2164685b9f959814af2067aa0dcac2d1b2ac0bc5.tar.gz samba-2164685b9f959814af2067aa0dcac2d1b2ac0bc5.tar.bz2 samba-2164685b9f959814af2067aa0dcac2d1b2ac0bc5.zip |
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
lib/util_sock.c: Added strerror() calls to getpeername failures (which seem to be giving IRIX trouble at the moment).
rpc_parse/parse_sec.c: Changed use of ZERO_STRUCTPN to ZERO_STRUCTP which again does zero pointer protection.
smbd/quotas.c: Fixed typo.
Jeremy.
(This used to be commit b62f008974c96e0302d6c146cf49bc2045bef005)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/quotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c index 6df668e279..5cd5a895c6 100644 --- a/source3/smbd/quotas.c +++ b/source3/smbd/quotas.c @@ -373,7 +373,7 @@ BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_U #include <ufs/quota.h> /**************************************************************************** -try to get the disk space from disk quotas - OFS1 version +try to get the disk space from disk quotas - OSF1 version ****************************************************************************/ BOOL disk_quotas(char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) |