From ae9b654a6b96c7c1c26cce6050ed0f0abec52017 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 16 Oct 1997 08:01:00 +0000 Subject: add ERRDOS/67 ERRnosuchshare to the client.c list of error strings (This used to be commit 1cccd7c519b8a706567477629bee70f7b7267b5c) --- source3/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/client/client.c') 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."}, -- cgit