8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
{
|
|
my $tftpd = $DB->get('tftpd') or return;
|
|
if ( $tftpd->prop('timeout') eq "normal" )
|
|
{
|
|
$tftpd->set_prop('timeout' => "default");
|
|
}
|
|
}
|