Corrected parameter bug ttl/path

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@692 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-11-21 10:36:54 +00:00
parent 35efc7d6ad
commit 41315c9201
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int main( int argc, const char *argv[] )
event = atoi( value );
else if ( !strcmp( name, "path" ) )
path = value;
else if ( !strcmp( name, "path" ) )
else if ( !strcmp( name, "ttl" ) )
ttl = atoi(value);
}
}