diff cli-agentfwd.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents ac2158e3e403
children 220f55d540ae
line wrap: on
line diff
--- a/cli-agentfwd.c	Thu Nov 14 21:45:50 2013 +0800
+++ b/cli-agentfwd.c	Thu Nov 14 22:03:30 2013 +0800
@@ -73,8 +73,8 @@
 	return fd;
 }
 
-// handle a request for a connection to the locally running ssh-agent
-// or forward.
+/* handle a request for a connection to the locally running ssh-agent
+   or forward. */
 static int new_agent_chan(struct Channel * channel) {
 
 	int fd = -1;
@@ -94,7 +94,6 @@
 	channel->readfd = fd;
 	channel->writefd = fd;
 
-	// success
 	return 0;
 }