aboutsummaryrefslogtreecommitdiff
path: root/examples/samplesshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/samplesshd.c')
-rw-r--r--examples/samplesshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/samplesshd.c b/examples/samplesshd.c
index 7ce5d1e..8c0fe95 100644
--- a/examples/samplesshd.c
+++ b/examples/samplesshd.c
@@ -58,7 +58,7 @@ void cleanup_pcap(){
#endif
-static int auth_password(char *user, char *password){
+static int auth_password(const char *user, const char *password){
if(strcmp(user,"aris"))
return 0;
if(strcmp(password,"lala"))