Remove pointless storing of the protocol as a string within the connectdata
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Dec 2009 15:45:04 +0000 (15:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Dec 2009 15:45:04 +0000 (15:45 +0000)
commit91d05903b498ce807b125a7c6a1ac820d21b0ab8
tree5f6484a69077d29f522221bc75a27b738f33e90a
parent10a11e3abe54c4b8ce537f84416092d7e7c7d8a4
Remove pointless storing of the protocol as a string within the connectdata
struct, and instead use the already stored string in the handler struct.
lib/ldap.c
lib/url.c
lib/urldata.h
tests/data/test523