Changeset 40ffd25 in git


Ignore:
Timestamp:
Oct 26, 1998, 1:45:39 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
10f0276e9dee04b6921eb8cbbca3250eda0d3bc8
Parents:
c77850e84a64ea813a591132504cacc08ddaed55
Message:
* fixed bug in declaration of rsh_argv


git-svn-id: file:///usr/local/Singular/svn/trunk@2592 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MP/MP/MP_TcpTransp.c

    rc77850e r40ffd25  
    13901390{
    13911391    MP_TCP_t *tcp_rec;
    1392     char *rsh_argv[4];
    1393     char rsh_kill[20];
    13941392    int fork_pid = -1;
    13951393   
     
    14061404    if (tcp_rec->mode == MP_LAUNCH_MODE)
    14071405    {
     1406      char  *rsh_argv[5];
     1407      char  rsh_kill[20];
    14081408      rsh_argv[0] = tcp_rec->rsh;
    14091409      rsh_argv[1] = tcp_rec->peerhost;
     
    14231423      {
    14241424        execvp(rsh_argv[0], rsh_argv);
    1425         fputs("tcp_kill_connectione: execvp failed - bailing out\n", stderr);
     1425        fputs("tcp_kill_connection: execvp failed - bailing out\n", stderr);
    14261426        fflush(stderr);
    14271427        _exit(1);
Note: See TracChangeset for help on using the changeset viewer.