Changeset 23913
- Timestamp:
- 09/27/13 00:33:32 (10 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r23898 r23913 300 300 { 301 301 free(tmpstr), tmpstr = NULL; 302 status.security = 1;303 setskinnodeslocked(0);304 305 302 return 0; 306 303 } … … 1162 1159 free(ret); ret = NULL; 1163 1160 free(authbuf); 1161 1162 // ufs910 work start 1163 if(checkbox("UFS910") 1164 { 1165 status.security = 1; 1166 writeserial(input); 1167 } 1168 // ufs910 work end 1164 1169 1165 1170 //Blacklist check … … 1192 1197 { 1193 1198 status.security = 0; 1194 printf("error: 8\n");1199 printf("error: 9\n"); 1195 1200 destroy(); 1196 1201 break; -
titan/titan/titan.c
r23894 r23913 626 626 { 627 627 printf("error: 8\n"); 628 // destroy(); 629 // exit(100); 630 } 631 else 632 { 633 char* cpuid = getcpuid(); 634 checkserial(cpuid); 635 free(cpuid); cpuid = NULL; 636 } 628 destroy(); 629 exit(100); 630 } 631 632 char* cpuid = getcpuid(); 633 checkserial(cpuid); 634 free(cpuid); cpuid = NULL; 637 635 } 638 636 else
Note: See TracChangeset
for help on using the changeset viewer.