/[psinib]/psinib.pl
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 /psinib.pl

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

revision 1.7 by dpavlin, Fri Jan 31 22:31:41 2003 UTC revision 1.8 by dpavlin, Tue Mar 4 21:08:43 2003 UTC
# Line 192  sub snap_share { Line 192  sub snap_share {
192    
193          my %param = ( debug => 0 );          my %param = ( debug => 0 );
194    
195          $param{username} = shift;          $param{username} = shift || warn "can't find username for share $share";
196          $param{password} = shift;          $param{password} = shift || warn "can't find passwod for share $share";
197          $param{workgroup} = shift;          $param{workgroup} = shift || warn "can't find workgroup for share $share";
198    
199          my ($host,$dir,$date_dir) = share2host_dir($share);          my ($host,$dir,$date_dir) = share2host_dir($share);
200    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26