diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-04 04:24:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:11 -0500 |
commit | 223262c11e94c1e67b8cdec1a264d7f93a9afdc4 (patch) | |
tree | 3996b17ec8c1e20fa5c9472e0036a64313e767b1 /source4/libcli | |
parent | 13b20c379f60133bc314a61e7136a9eec71ffd3d (diff) | |
download | samba-223262c11e94c1e67b8cdec1a264d7f93a9afdc4.tar.gz samba-223262c11e94c1e67b8cdec1a264d7f93a9afdc4.tar.bz2 samba-223262c11e94c1e67b8cdec1a264d7f93a9afdc4.zip |
r9048: added a new DOS error code (thanks to EMC)
(This used to be commit 1936c20939a6e1311665b44a71a31ab231ba7b28)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/nterr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index b7e3bcabde..08cd844b3a 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -614,6 +614,7 @@ static const nt_err_code_struct nt_errs[] = DOS_CODE(ERRDOS, ERRinvalidprintmonitor), DOS_CODE(ERRDOS, ERRprintmonitorinuse), DOS_CODE(ERRDOS, ERRprinterhasjobsqueued), + DOS_CODE(ERRDOS, ERReainconsistent), DOS_CODE(ERRSRV, ERRerror), DOS_CODE(ERRSRV, ERRbadpw), |