diff dropbearkey.c @ 325:0e4f225b7e07

Add -N "no remote command" dbclient option. Document -N in dbclient.1 and -P in dropbear.8
author Matt Johnston <matt@ucc.asn.au>
date Wed, 07 Jun 2006 15:01:20 +0000
parents bc7c134982df
children 454a34b2dfd1
line wrap: on
line diff
--- a/dropbearkey.c	Wed Jun 07 14:48:35 2006 +0000
+++ b/dropbearkey.c	Wed Jun 07 15:01:20 2006 +0000
@@ -321,8 +321,7 @@
 	/* a user@host comment is informative */
 	username = "";
 	pw = getpwuid(getuid());
-	if (pw)
-	{
+	if (pw) {
 		username = pw->pw_name;
 	}