diff options
Diffstat (limited to 'packages/tftp/tftp.inc')
-rw-r--r-- | packages/tftp/tftp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tftp/tftp.inc b/packages/tftp/tftp.inc index 27396064..e487247d 100644 --- a/packages/tftp/tftp.inc +++ b/packages/tftp/tftp.inc @@ -121,7 +121,7 @@ function php_install_command() $contents = str_replace("#tftp dgram udp wait root /usr/libexec/tftpd", "tftp dgram udp wait root /usr/libexec/tftpd", $contents); fwrite($handle, $contents); unset($contents); - fclose($fout); + fclose($handle); unset($filename); |