Bug 4974 - Map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT
Summary: Map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.27
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Derrell Lipman
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 02:55 UTC by SATOH Fumiyasu
Modified: 2007-11-25 05:54 UTC (History)
0 users

See Also:


Attachments
Proposed patch for SAMBA_3_2_0 (610 bytes, patch)
2007-09-14 02:57 UTC, SATOH Fumiyasu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SATOH Fumiyasu 2007-09-14 02:55:23 UTC
When a SMB server returns NT_STATUS_OBJECT_PATH_NOT_FOUND,
libsmbclient set errorno to EINVAL. I think it must be ENOENT.
Comment 1 SATOH Fumiyasu 2007-09-14 02:57:41 UTC
Created attachment 2923 [details]
Proposed patch for SAMBA_3_2_0
Comment 2 Volker Lendecke 2007-11-25 05:54:36 UTC
pushed with 41e0768 -- thanks!

If you want to show up in "git blame" in the future you might want to add patches in git format.

Volker