artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead1b14
)
mux.c: mark argument as const; from Martin Vahlensieck
author
djm
<djm@openbsd.org>
Thu, 5 May 2022 00:55:11 +0000
(
00:55
+0000)
committer
djm
<djm@openbsd.org>
Thu, 5 May 2022 00:55:11 +0000
(
00:55
+0000)
usr.bin/ssh/mux.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/mux.c
b/usr.bin/ssh/mux.c
index
5a49f16
..
fb5abc0
100644
(file)
--- a/
usr.bin/ssh/mux.c
+++ b/
usr.bin/ssh/mux.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mux.c,v 1.9
2 2022/01/11 01:26:47
djm Exp $ */
+/* $OpenBSD: mux.c,v 1.9
3 2022/05/05 00:55:11
djm Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@
-227,7
+227,7
@@
mux_master_control_cleanup_cb(struct ssh *ssh, int cid, void *unused)
/* Check mux client environment variables before passing them to mux master. */
static int
-env_permitted(char *env)
+env_permitted(c
onst c
har *env)
{
int i, ret;
char name[1024], *cp;