mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
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:
@@ -587,7 +587,7 @@ STRING *ssh_get_pubkey(SSH_SESSION *session){
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* XXX i doubt it is still needed, or may need some fix */
|
/* 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 *ptr,*saved;
|
||||||
char *end;
|
char *end;
|
||||||
ptr=strdup(group);
|
ptr=strdup(group);
|
||||||
|
|||||||
Reference in New Issue
Block a user