1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00
Derrell Lipman c33f3d5cba [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errno
Fixed.

It turns out there were a number of places where cli_resolve_path() was called
and the error path upon that function failing did not set errno. There were a
couple of places the failure handling code did set errno to ENOENT, so I made
them all consistent, although I think better errno choices for this condition
exist, e.g.  EHOSTUNREACH.

Derrell
2009-03-27 18:02:46 -04:00
..
2008-07-15 23:06:48 +02:00
2009-03-18 23:22:29 +01:00
2009-02-24 20:40:46 +01:00
2008-09-24 19:20:33 +02:00
2008-10-12 16:17:21 +02:00
2007-11-11 21:34:40 -08:00
2009-03-18 23:22:29 +01:00