CURLcode Curl_dict(struct connectdata *conn)
{
- int nth;
char *word;
char *ppath;
char *database = NULL;
if ((strategy == NULL) || (*strategy == (char)0)) {
strategy = (char *)".";
}
- if ((nthdef == NULL) || (*nthdef == (char)0)) {
- nth = 0;
- }
- else {
- nth = atoi(nthdef);
- }
result = Curl_sendf(sockfd, conn,
"CLIENT " LIBCURL_NAME " " LIBCURL_VERSION "\n"
if ((database == NULL) || (*database == (char)0)) {
database = (char *)"!";
}
- if ((nthdef == NULL) || (*nthdef == (char)0)) {
- nth = 0;
- }
- else {
- nth = atoi(nthdef);
- }
result = Curl_sendf(sockfd, conn,
"CLIENT " LIBCURL_NAME " " LIBCURL_VERSION "\n"