mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
331 B
Perl
11 lines
331 B
Perl
--- ./Server/Client.pm.orig 2014-08-29 12:27:51.000000000 -0400
|
|
+++ ./Server/Client.pm 2014-08-29 12:28:35.000000000 -0400
|
|
@@ -126,7 +126,7 @@
|
|
return 1;
|
|
}
|
|
|
|
- if(!defined(@{$self->{TO}})) {
|
|
+ if(!@{$self->{TO}}) {
|
|
$self->_put("503 You want me to read your mind? Tell me who to send it to!");
|
|
return 1;
|
|
}
|