Changeset 114

Show
Ignore:
Timestamp:
08/20/07 04:39:51 (1 year ago)
Author:
eric
Message:

Build errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/eric/Libs/SSHAgent.m

    r113 r114  
    171171         
    172172        /* Create temporary path for ssh-agent */ 
    173         char template[] = "/tmp/ssh-XXXXXXXXXX/agent.XXXXX"; 
     173        char template[] = "/tmp/501/agent.XXXXXX"; 
    174174        char *retVal = mktemp(template); 
    175175        if ( (long)retVal == -1 ) { 
     
    178178        } 
    179179        NSString *tempPath = [NSString stringWithCString:retVal]; 
     180        NSLog(tempPath); 
    180181 
    181182        /* Setup the agentTask and launch */