/[BackupPC]/trunk/lib/BackupPC/Xfer/Smb.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/Xfer/Smb.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 330 by dpavlin, Mon Jan 30 13:37:17 2006 UTC revision 331 by dpavlin, Wed Feb 1 14:34:55 2006 UTC
# Line 139  sub start Line 139  sub start
139      }      }
140      my $args = {      my $args = {
141          smbClientPath => $conf->{SmbClientPath},          smbClientPath => $conf->{SmbClientPath},
142          host          => $t->{host},          #host          => $t->{host},
143            # local modification to support SmbHostName
144            host          => $conf->{SmbHostName} || $t->{host},
145          hostIP        => $t->{hostIP},          hostIP        => $t->{hostIP},
146          client        => $t->{client},          client        => $t->{client},
147          shareName     => $t->{shareName},          shareName     => $t->{shareName},

Legend:
Removed from v.330  
changed lines
  Added in v.331

  ViewVC Help
Powered by ViewVC 1.1.26