Changeset 40182


Ignore:
Timestamp:
02/27/17 23:27:53 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r40180 r40182  
    557557                gethttpreal(node->host, node->page, node->port, node->filename, node->auth, NULL, 0, NULL, NULL, node->timeout, 0);
    558558
    559                 printf("cmd: %s\n", node->filename);
    560 
     559                printf("node->filename: %s\n", node->filename);
     560                char* cmd = NULL;
    561561                if(ostrcmp(node->filename, "/media/hdd/.tithek/python.tar") == 0)
    562562                {
Note: See TracChangeset for help on using the changeset viewer.