From: Adam Dickmeiss Date: Mon, 11 Apr 2011 09:18:18 +0000 (+0200) Subject: Handle password=0 for z_HTTP_header_add_basic_auth X-Git-Tag: v4.2.0~47 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d6717ba6822aea328e4a456edcf0318261cdc175;hp=d6717ba6822aea328e4a456edcf0318261cdc175 Handle password=0 for z_HTTP_header_add_basic_auth Avoid 0-ptr reference for z_HTTP_header_add_basic_auth . If NULL password is passed that is treated as treated as empty string. ---