Removed superfluous check of clist->name, as in this code path that pointer
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2008 21:03:12 +0000 (21:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Oct 2008 21:03:12 +0000 (21:03 +0000)
commit18be9882f7ed8eaac5052e096c3868906385c1f6
tree12cc99f3e5afd9f3a0075047dab21330ab907559
parenta102c2c22b2764359334f69a9f41174a0f303cab
Removed superfluous check of clist->name, as in this code path that pointer
has already been dereferenced so it is bound to be valid. Pointed out to us
by coverity.com
lib/cookie.c