Bug 8542 - smbclient posix_open command fails to return correct info on open file.
Summary: smbclient posix_open command fails to return correct info on open file.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 01:08 UTC by Jeremy Allison
Modified: 2011-10-26 17:43 UTC (History)
1 user (show)

See Also:


Attachments
git-am fix for 3.6.2 (1.08 KB, patch)
2011-10-22 01:11 UTC, Jeremy Allison
metze: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2011-10-22 01:08:29 UTC
The smbclient command "posix_open" prints an open file handle of zero on failure to open a file rather than an error message.

This has already been rewritten in master but a simple fix can be applied to 3.6.2 (I need this for my tests).

Jeremy.
Comment 1 Jeremy Allison 2011-10-22 01:11:02 UTC
Created attachment 7020 [details]
git-am fix for 3.6.2

Fix for 3.6.2 - already fixed in a different way in master.

Patch also applies cleanly for 3.5.next.

Jeremy.
Comment 2 Stefan Metzmacher 2011-10-22 07:25:35 UTC
Comment on attachment 7020 [details]
git-am fix for 3.6.2

Looks, good
Comment 3 Stefan Metzmacher 2011-10-22 07:26:06 UTC
Karolin, please pick for the next releases
Comment 4 Karolin Seeger 2011-10-26 17:43:27 UTC
Pushed to v3-5-test and v3-6-test.
Closing out bug report.

Thanks!