diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-12-24 11:45:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:42 -0500 |
commit | d0c6f9b728936297efd002008b69a59da6bbfabc (patch) | |
tree | f2b51e6df6840b4caaae197cb794fc181a25f416 /source3/printing | |
parent | 469b42c61f73c0bd5166c33a909b3c68c1fb9dde (diff) | |
download | samba-d0c6f9b728936297efd002008b69a59da6bbfabc.tar.gz samba-d0c6f9b728936297efd002008b69a59da6bbfabc.tar.xz samba-d0c6f9b728936297efd002008b69a59da6bbfabc.zip |
r20339: Make mkdir_internal static to open.c
(This used to be commit 6dd0886b49969d0edfe16861f19d35275217b2af)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 1ff29a67eee..d1d7745d444 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -1800,7 +1800,7 @@ WERROR move_driver_to_download_area(NT_PRINTER_DRIVER_INFO_LEVEL driver_abstract DEBUG(5,("Creating first directory\n")); slprintf(new_dir, sizeof(new_dir)-1, "%s/%d", architecture, driver->cversion); driver_unix_convert(new_dir, conn, NULL, &bad_path, &st); - mkdir_internal(conn, new_dir, bad_path); + create_directory(conn, new_dir); /* For each driver file, archi\filexxx.yyy, if there is a duplicate file * listed for this driver which has already been moved, skip it (note: |