summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-17 06:04:15 +0000
committerTim Potter <tpot@samba.org>2002-03-17 06:04:15 +0000
commita4cce223d6873400b053872a6e3b2eb8621eea45 (patch)
tree5b1b751221512035ab3588b72d9ef5cbdd35c55b /source3/printing
parentab13654dc9ac23872e4d1384e1c54e336f113009 (diff)
downloadsamba-a4cce223d6873400b053872a6e3b2eb8621eea45.tar.gz
samba-a4cce223d6873400b053872a6e3b2eb8621eea45.tar.bz2
samba-a4cce223d6873400b053872a6e3b2eb8621eea45.zip
Added dos_errstr() function. Not all errors in list yet.
(This used to be commit ddb5753e36b8c5efb48ce5c82c16d970fb8e76b6)
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 4cd9a0ec91..aff3bdebed 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -3210,7 +3210,7 @@ WERROR get_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level, fstring s
break;
}
- DEBUG(10,("get_a_printer: [%s] level %u returning %s\n", sharename, (unsigned int)level, werror_str(result)));
+ DEBUG(10,("get_a_printer: [%s] level %u returning %s\n", sharename, (unsigned int)level, dos_errstr(result)));
return result;
}