Changeset 45388


Ignore:
Timestamp:
02/14/21 21:57:05 (3 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/satipclient/satipclient.h

    r45387 r45388  
    1313        satipclientstop = ostrcat("/etc/init.d/satipclient stop", NULL, 0, 0);
    1414        satipclientstart = ostrcat("/etc/init.d/satipclient start", NULL, 0, 0);
    15         satipclientscan = createpluginpath("/satipclient/scan.py", 0);
     15        tmpstr = createpluginpath("/satipclient/scan.py", 0);
     16        satipclientscan = ostrcat("python ", tmpstr, 0, 0);
     17        free(tmpstr), tmpstr = NULL;
    1618
    1719        addscreenrc(satipclient, listbox);
Note: See TracChangeset for help on using the changeset viewer.