some fixes

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@36 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-24 23:27:06 +00:00
parent a1b59db712
commit 1ad4ff1ca4
7 changed files with 19 additions and 10 deletions

View file

@ -101,7 +101,7 @@ static int do_connect(struct socket_client *c, const struct sockaddr *sa, sockle
assert(c->io_source);
} else {
c->fixed_source = c->mainloop->source_fixed(c->mainloop, connect_fixed_cb, c);
assert(c->io_source);
assert(c->fixed_source);
}
return 0;