Fix a build warning.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@397 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-05 10:12:25 +00:00
parent f8ef75c510
commit 58fd38cd90

View File

@@ -587,7 +587,7 @@ STRING *ssh_get_pubkey(SSH_SESSION *session){
}
/* XXX i doubt it is still needed, or may need some fix */
static int match(char *group,char *object){
static int match(const char *group, const char *object){
char *ptr,*saved;
char *end;
ptr=strdup(group);