Changeset - f90b55fcef6d
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-03 23:38:39
ohnobinki@ohnopublishing.net
fixed errorneous references to aserver
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/common/remoteio.c
Show inline comments
 
@@ -99,9 +99,9 @@ int remoteio_open(struct remoteio **rem,
 
    }
 

	
 
  if(theserver->username)
 
    _distren_asprintf(&userhost, "%s@%s", aserver->username, aserver->hostname);
 
    _distren_asprintf(&userhost, "%s@%s", theserver->username, theserver->hostname);
 
  else
 
    userhost = strdup(aserver->hostname);
 
    userhost = strdup(theserver->hostname);
 
  sshargs[1] = userhost;
 

	
 
  *rem = malloc(sizeof(struct remoteio));
0 comments (0 inline, 0 general)