summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_printing.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 15:23:30 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 18:39:43 +0100
commit6549408a4ddb97d109eccb3f8b8bac456b4c4bc8 (patch)
treea0a5e86b4819674937b921867aaaca6a93b3c23c /source3/registry/reg_backend_printing.c
parent827ba0a64b33ca9caf7673f195cf17c1d5b84b66 (diff)
downloadsamba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.tar.gz
samba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.tar.bz2
samba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.zip
s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.
Guenther
Diffstat (limited to 'source3/registry/reg_backend_printing.c')
-rw-r--r--source3/registry/reg_backend_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_backend_printing.c b/source3/registry/reg_backend_printing.c
index 065730bc76..a02293e528 100644
--- a/source3/registry/reg_backend_printing.c
+++ b/source3/registry/reg_backend_printing.c
@@ -438,7 +438,7 @@ static void fill_in_printer_values( NT_PRINTER_INFO_LEVEL_2 *info2, REGVAL_CTR *
/* stream the device mode */
- devmode = construct_dev_mode_new(values,info2->sharename);
+ devmode = construct_dev_mode(values,info2->sharename);
if (devmode) {
DATA_BLOB blob;
enum ndr_err_code ndr_err;