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 | ae9b654a6b96c7c1c26cce6050ed0f0abec52017 (patch) | |
tree | 94e74348b22fc5005c2b4bb98e9c93d04da87f42 | |
parent | b676826bec7cef3a1c324e0e655588195e80c1c5 (diff) | |
download | samba-ae9b654a6b96c7c1c26cce6050ed0f0abec52017.tar.gz samba-ae9b654a6b96c7c1c26cce6050ed0f0abec52017.tar.bz2 samba-ae9b654a6b96c7c1c26cce6050ed0f0abec52017.zip |
add ERRDOS/67 ERRnosuchshare to the client.c list of error strings
(This used to be commit 1cccd7c519b8a706567477629bee70f7b7267b5c)
-rw-r--r-- | source3/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 6d85bd8807..98c7714691 100644 --- a/source3/client/client.c +++ b/source3/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."}, |