X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Frtapelib.c;h=cfc64dadce8fbbb102187c924787bafbd6cf0ca4;hb=133a9e5b8687b0d0c0d1db32fe51fb8a937d7270;hp=6bbcbd9e1f4944cfd83d3721a14425de2882fa19;hpb=8bbacf0b4fdb561b32994ec02609f5c43255af42;p=chaz%2Ftar diff --git a/src/rtapelib.c b/src/rtapelib.c index 6bbcbd9..cfc64da 100644 --- a/src/rtapelib.c +++ b/src/rtapelib.c @@ -1,5 +1,5 @@ /* Functions for communicating with a remote tape drive. - Copyright (C) 1988, 1992, 1994, 1996 Free Software Foundation, Inc. + Copyright 1988, 1992, 1994, 1996, 1997, 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -414,10 +414,6 @@ rmt_open__ (const char *path, int open_mode, int bias, const char *remote_shell) #endif } remote_shell_basename = base_name (remote_shell); - if (remote_shell_basename) - remote_shell_basename++; - else - remote_shell_basename = remote_shell; /* Set up the pipes for the `rsh' command, and fork. */