comparison 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
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
79 79
80 } 80 }
81 81
82 /* Send a banner message if specified to the client. The client might 82 /* Send a banner message if specified to the client. The client might
83 * ignore this, but possibly serves as a legal "no trespassing" sign */ 83 * ignore this, but possibly serves as a legal "no trespassing" sign */
84 void send_msg_userauth_banner(buffer *banner) { 84 void send_msg_userauth_banner(const buffer *banner) {
85 85
86 TRACE(("enter send_msg_userauth_banner")) 86 TRACE(("enter send_msg_userauth_banner"))
87 87
88 CHECKCLEARTOWRITE(); 88 CHECKCLEARTOWRITE();
89 89