Changes in / [6d41bc5:7f41495]


Ignore:
Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

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

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