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

fix to domain_namemap (domain, ntname wrong way round oops)

stupid compile errors with file_rename() call just created.
This commit is contained in:
Luke Leighton
-
parent 51c1c31768
commit f5cedb8c96
4 changed files with 10 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ int dos_utime(char *fname,struct utimbuf *times)
<warrenb@hpcvscdp.cv.hp.com>
**********************************************************/
static int copy_reg(char *source, const char *dest)
int copy_reg(char *source, const char *dest)
{
SMB_STRUCT_STAT source_stats;
int ifd;