Bug 2249 - short description in real path resolve error
Summary: short description in real path resolve error
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.0preX
Hardware: All Linux
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 05:22 UTC by Manuel Baena
Modified: 2005-08-24 10:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Baena 2005-01-16 05:22:45 UTC
In smbmnt.c function fullpath change
        if (realpath(p, path) == NULL) {
                fprintf(stderr,"Failed to find real path for mount point\n");
                exit(1);
        }
to
        if (realpath(p, path) == NULL) {
                fprintf(stderr,"Failed to find real path for mount point %s: %s\n",
                         p, strerror(errno));
                exit(1);
        }

thanks.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-02-07 08:33:59 UTC
fixed for 3.0.12
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:16:13 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.