Added two fields in the connectdata struct for kerberos fiddles
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Aug 2001 10:13:32 +0000 (10:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Aug 2001 10:13:32 +0000 (10:13 +0000)
lib/urldata.h

index 01cafb5b1c3f090313d9d87bd4304c406d2d8fb5..a050d020f3331808cd7cf463ef8294eb00e71afa 100644 (file)
@@ -315,6 +315,9 @@ struct connectdata {
   int sec_complete;
   void *app_data;
 
+  struct Curl_sec_client_mech *mech;
+  struct sockaddr_in local_addr;
+
 #endif
 
   /*************** Request - specific items ************/