projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5e67e
)
Added two fields in the connectdata struct for kerberos fiddles
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 17 Aug 2001 10:13:32 +0000
(10:13 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 17 Aug 2001 10:13:32 +0000
(10:13 +0000)
lib/urldata.h
patch
|
blob
|
history
diff --git
a/lib/urldata.h
b/lib/urldata.h
index 01cafb5b1c3f090313d9d87bd4304c406d2d8fb5..a050d020f3331808cd7cf463ef8294eb00e71afa 100644
(file)
--- a/
lib/urldata.h
+++ b/
lib/urldata.h
@@
-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 ************/