1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.

Jeremy.
(This used to be commit ec4ed45563)
This commit is contained in:
Jeremy Allison
2002-12-11 23:54:40 +00:00
parent f2def025e2
commit 39c78bf516
7 changed files with 85 additions and 69 deletions

View File

@ -710,6 +710,7 @@ void make_dir_struct(char *buf,char *mask,char *fname,SMB_OFF_T size,int mode,ti
void close_low_fds(BOOL stderr_too)
{
#ifndef VALGRIND
int fd;
int i;
@ -737,6 +738,7 @@ void close_low_fds(BOOL stderr_too)
return;
}
}
#endif
}
/****************************************************************************