diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-12-15 22:09:55 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-12-15 22:09:55 +0800 |
commit | 79b43270a70143f97ba58c13cc9d055339b44cbe (patch) | |
tree | 0817d629170c6f92e6260a363676bf21ad86e1a5 /session.h | |
parent | 3d33e65a3546193e05eb469d7c5a9b2b0931420d (diff) |
A few minor style fixes
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ struct clientsession { struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ #endif - int proxy_cmd_pid; + pid_t proxy_cmd_pid; }; /* Global structs storing the state */ |