Changeset 114
- Timestamp:
- 08/20/07 04:39:51 (1 year ago)
- Files:
-
- branches/eric/Libs/SSHAgent.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/eric/Libs/SSHAgent.m
r113 r114 171 171 172 172 /* Create temporary path for ssh-agent */ 173 char template[] = "/tmp/ ssh-XXXXXXXXXX/agent.XXXXX";173 char template[] = "/tmp/501/agent.XXXXXX"; 174 174 char *retVal = mktemp(template); 175 175 if ( (long)retVal == -1 ) { … … 178 178 } 179 179 NSString *tempPath = [NSString stringWithCString:retVal]; 180 NSLog(tempPath); 180 181 181 182 /* Setup the agentTask and launch */
