Changeset 33250


Ignore:
Timestamp:
02/20/15 17:17:47 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r32945 r33250  
    716716        else
    717717        {
    718                 status.security = 1;
     718                status.security = 5;
    719719                startnet();
    720720                setskinnodeslocked(0);
     
    11291129                free(cmd); cmd = NULL;
    11301130
    1131                 if(status.security == 1)
     1131                if(status.security >= 1)
    11321132                {
    11331133                        char* mac = getmacfromcmdline();
Note: See TracChangeset for help on using the changeset viewer.