diff svr-auth.c @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents 4afde04f0607 06d52bcb8094
children bb8eaa26bc93
line wrap: on
line diff
--- a/svr-auth.c	Tue Jan 23 23:27:40 2018 +0800
+++ b/svr-auth.c	Sat Feb 17 19:29:51 2018 +0800
@@ -81,7 +81,7 @@
 
 /* Send a banner message if specified to the client. The client might
  * ignore this, but possibly serves as a legal "no trespassing" sign */
-void send_msg_userauth_banner(buffer *banner) {
+void send_msg_userauth_banner(const buffer *banner) {
 
 	TRACE(("enter send_msg_userauth_banner"))