We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5129 if (pServer->status != FDFS_STORAGE_STATUS_ACTIVE) 5130 { 5131 *result = ENONET; 5132 return NULL; 5133 } 5131行的*result = ENONET; 是不是写错了,应该是ENOENT吧。 ./make.sh 编译提示错误,编译不通过。
Original issue reported on code.google.com by [email protected] on 12 Aug 2014 at 9:20
[email protected]
The text was updated successfully, but these errors were encountered:
忘记写版本号了 FastDFS_v4.06.tar.gz
Original comment by [email protected] on 12 Aug 2014 at 9:22
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 12 Aug 2014 at 9:20The text was updated successfully, but these errors were encountered: