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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user