From: SourceForge.net <no...@so...> - 2007-08-30 16:59:08
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4493121 By: nobody Hi all, Thanks for your work. It's a good idea. I've find a problem on using FUSE option such as "-oallow_other" etc. It seems that in function mysqlfs_opt_proc, the arg passed in when handling "-oallow_other" is just the string "allow_other". So when adding the option back to arg list, an "-o" prefix must be added. Otherwise fuse main will only get the argv[x]="allow_other" not "-oallow_other". And it the option will not be handled correctly by FUSE. Best regards, Richard ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=441304 |