Ignore:
Timestamp:
Aug 28, 2011, 2:34:12 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/pymolproxy/pymolproxy.c

    r2432 r2433  
    21352135    InitBuffer(&proxyPtr->server, proxyPtr->sout);
    21362136
    2137     initPoll.fd = proxyPtr->sin;
    2138     initPoll.events = POLLOUT;
     2137    initPoll.fd = proxyPtr->sout;
     2138    initPoll.events = POLLIN;
    21392139    if (poll(&initPoll, 1, -1) < 0) {
    21402140        ERROR("Initial poll failed: %s", strerror(errno));
Note: See TracChangeset for help on using the changeset viewer.