From: Adam Dickmeiss Date: Tue, 23 Oct 2012 11:27:01 +0000 (+0200) Subject: Fix condition for unix socket option parsing X-Git-Tag: v4.2.44~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=dfe2d4742a851b5830890ba53abd454f0513c5f7;hp=dfe2d4742a851b5830890ba53abd454f0513c5f7 Fix condition for unix socket option parsing Search for = instead of , in options, so that the case of unix:file=/myfile works. The search for = will make this case work. Previously a comma had to be included in the spec. ---