summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-01-30 18:38:48 +0000
committerJeremy Allison <jra@samba.org>2004-01-30 18:38:48 +0000
commit2f2e5b01919fe4daf60f97430959ebc98e31ce92 (patch)
tree4d1ed0030a4bbfb6fdc84c764841ce74c683986f /source3/printing
parentbff6c1384950e97d723828cb0de579226abc7807 (diff)
downloadsamba-2f2e5b01919fe4daf60f97430959ebc98e31ce92.tar.gz
samba-2f2e5b01919fe4daf60f97430959ebc98e31ce92.tar.bz2
samba-2f2e5b01919fe4daf60f97430959ebc98e31ce92.zip
Fix up name canonicalization (needed for krb5 keytab support later).
Remove source_env handler (no longer used in any codepath). Jeremy. (This used to be commit 3a3e33603084048e647af86a9badaaf49433c789)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 266a2efe1b..43f8205c59 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -2537,7 +2537,7 @@ static BOOL map_nt_printer_info2_to_dsspooler(NT_PRINTER_INFO_LEVEL_2 *info2)
map_sz_into_ctr(ctr, SPOOL_REG_PRINTERNAME, info2->sharename);
map_sz_into_ctr(ctr, SPOOL_REG_SHORTSERVERNAME, global_myname());
- get_myfullname(longname);
+ get_mydnsfullname(longname);
map_sz_into_ctr(ctr, SPOOL_REG_SERVERNAME, longname);
asprintf(&allocated_string, "\\\\%s\\%s", longname, info2->sharename);