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-12-17 12:57:18 +01:00
2008-10-12 17:34:43 +02:00
2009-03-01 16:40:17 -08:00
2009-03-27 11:10:50 +01:00
2009-03-23 11:55:58 -07:00
2009-03-14 20:56:26 +01:00
2008-11-13 12:43:58 +01:00
2008-08-13 15:25:09 +02:00