mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
#if [undefined] => #ifdef [undefined]
This commit is contained in:
parent
e4cd4cf3f3
commit
49f7fa82b9
3 changed files with 4 additions and 4 deletions
|
|
@ -358,7 +358,7 @@ int Curl_GetFTPResponse(char *buf,
|
|||
if(!error)
|
||||
code = atoi(buf);
|
||||
|
||||
#if KRB4
|
||||
#ifdef KRB4
|
||||
/* handle the security-oriented responses 6xx ***/
|
||||
/* FIXME: some errorchecking perhaps... ***/
|
||||
switch(code) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue