Changes in / [7f41495:6d41bc5]


Ignore:
Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    r7f41495 r6d41bc5  
    6363dnl Check for Skype4Py
    6464AC_MSG_CHECKING(for Python module Skype4Py)
    65 python -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
     65python2.7 -c "import Skype4Py" 2>&AS_MESSAGE_LOG_FD
    6666if test "$?" != "0"; then
    6767        AC_MSG_RESULT(no)
  • skype/skype.c

    r7f41495 r6d41bc5  
    151151        struct skype_data *sd = ic->proto_data;
    152152        struct pollfd pfd[1];
     153
     154        if (!sd->ssl)
     155                return FALSE;
    153156
    154157        pfd[0].fd = sd->fd;
Note: See TracChangeset for help on using the changeset viewer.