Changeset 299

Show
Ignore:
Timestamp:
06/18/10 23:41:41 (20 months ago)
Author:
ol
Message:

Add exit flag on usage or check command line option

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/ows/ows.c

    r298 r299  
    386386                             "Service Unknown", "service"); 
    387387 
    388         } else { 
    389                 ows_error(o, OWS_ERROR_INVALID_PARAMETER_VALUE,  
     388        } else ows_error(o, OWS_ERROR_INVALID_PARAMETER_VALUE,  
    390389                             "Service Unknown", "service"); 
    391         } 
     390 
     391        o->exit=true; /* Have done what we have to */ 
    392392    }  
    393393