Advertisement
Guest User

Jens Rantil

a guest
Jan 26th, 2010
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.34 KB | None | 0 0
  1. 1481,1482c1481,1482
  2. <     if (($self->{hostname} ne 'localhost') && (! $self->{username} || ! $self->{password})) {
  3. <       $self->{errstr} = "Please specify hostname, username and password";
  4. ---
  5. >     if (($self->{hostname} ne 'localhost') && (! $self->{username})) {
  6. >       $self->{errstr} = "Please specify at least a hostname and username.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement