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)
commitdfe2d4742a851b5830890ba53abd454f0513c5f7
treea3d67ab9353e570c9d3898cb8f908e2215ba8ecf
parent36959d3c169e35012248519b9aaa7076476ab573
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.
src/unix.c