[PATCH 14/16] runopts: Mark `*cli_runopts.own_user' as `const'
Michael Witten
mfwitten at gmail.com
Tue Dec 8 07:01:30 AWST 2015
Date: Sat, 7 Nov 2015 16:55:53 -0000
This is in preparation for treating `own_user' with less explicit safety.
---
runopts.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runopts.h b/runopts.h
index 7d6ae06..0a97937 100644
--- a/runopts.h
+++ b/runopts.h
@@ -127,7 +127,7 @@ typedef struct cli_runopts {
char *remotehost;
char *remoteport;
- char *own_user;
+ const char *own_user;
char *username;
char *cmd;
--
2.4.3
More information about the Dropbear
mailing list