Removed checks for if set.fpasswd is NULL, as we prevent users from setting
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2002 22:45:50 +0000 (22:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jul 2002 22:45:50 +0000 (22:45 +0000)
commit264a9bc6ed650375243a5ab38d323fe385ea256e
tree3cda7a12c494bb7a327b6277a88f7b5ed5eb8426
parentf79f5cbf82bc6c7e2961fcff97377adadff35b02
Removed checks for if set.fpasswd is NULL, as we prevent users from setting
it to NULL and then use the internal default instead. It will always be
a function to call.
lib/url.c