diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-16 08:01:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-16 08:01:00 +0000 |
commit | 1cccd7c519b8a706567477629bee70f7b7267b5c (patch) | |
tree | 8054bfd2bae3cdccbd1f196c980d1e866d27be04 /source/client/client.c | |
parent | c84a043f89ccba001597962cd03e2f2a634c4b08 (diff) | |
download | samba-1cccd7c519b8a706567477629bee70f7b7267b5c.tar.gz samba-1cccd7c519b8a706567477629bee70f7b7267b5c.tar.xz samba-1cccd7c519b8a706567477629bee70f7b7267b5c.zip |
add ERRDOS/67 ERRnosuchshare to the client.c list of error strings
Diffstat (limited to 'source/client/client.c')
-rw-r--r-- | source/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/client.c b/source/client/client.c index 6d85bd8807f..98c77146916 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -4787,6 +4787,7 @@ err_code_struct dos_msgs[] = { {"ERRnofiles",18,"A File Search command can find no more files matching the specified criteria."}, {"ERRbadshare",32,"The sharing mode specified for an Open conflicts with existing FIDs on the file."}, {"ERRlock",33,"A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process."}, + {"ERRnosuchshare", 67, "You specified an invalid share name"}, {"ERRfilexists",80,"The file named in a Create Directory, Make New File or Link request already exists."}, {"ERRbadpipe",230,"Pipe invalid."}, {"ERRpipebusy",231,"All instances of the requested pipe are busy."}, |