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:
parent
35efc7d6ad
commit
41315c9201
|
@ -68,7 +68,7 @@ int main( int argc, const char *argv[] )
|
||||||
event = atoi( value );
|
event = atoi( value );
|
||||||
else if ( !strcmp( name, "path" ) )
|
else if ( !strcmp( name, "path" ) )
|
||||||
path = value;
|
path = value;
|
||||||
else if ( !strcmp( name, "path" ) )
|
else if ( !strcmp( name, "ttl" ) )
|
||||||
ttl = atoi(value);
|
ttl = atoi(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue