Fix condition for unix socket option parsing
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Oct 2012 11:27:01 +0000 (13:27 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Oct 2012 11:35:16 +0000 (13:35 +0200)
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.


No differences found