diff --git a/lib/url.c b/lib/url.c
index 9f073f320919a2dc4e4dc481c7afb560619a6119..1412644e7cf32d4eec0338ea933e3b07fe66142e 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -6144,7 +6144,7 @@ unsigned int get_protocol_family(unsigned int protocol)
 
   case CURLPROTO_FTP:
   case CURLPROTO_FTPS:
-    family = CURLPROTO_IMAP;
+    family = CURLPROTO_FTP;
     break;
 
   case CURLPROTO_SCP:
@@ -6161,7 +6161,7 @@ unsigned int get_protocol_family(unsigned int protocol)
 
   case CURLPROTO_LDAP:
   case CURLPROTO_LDAPS:
-    family = CURLPROTO_IMAP;
+    family = CURLPROTO_LDAP;
     break;
 
   case CURLPROTO_DICT: