Changeset 95

Show
Ignore:
Timestamp:
07/03/05 04:56:10 (4 years ago)
Author:
jtv
Message:

Detect -q/-v options conflict before requiring root privileges

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/opts.c

    r89 r95  
    426426  read_cmdline(argc, argv); 
    427427   
    428   return swaps_check_config() && memory_check_config() && main_check_config(); 
    429 } 
    430  
     428  return main_check_config() && swaps_check_config() && memory_check_config(); 
     429} 
     430