On Friday 13 June 2008 16:47, T. Eichstädt wrote: > Hello, > > I have discovered an error in mount.c. > When trying to mount a nfs share with the option "-o proto=tcp..." the > mount command bails out with an error that indicates that it can't > convert "tcp" into a numeric value. > > That error occurs because all arguments after a "=" are passed to > xatoi_u which tries to convert them into an integer. This is not correct > for "proto=xyz" AND for "hostname=xyz". The following "hack" is not > nice, but works:
Thanks! Applied. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
