Skip to content

Commit

Permalink
Minor change to remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
davechallis committed Aug 19, 2011
1 parent e6fe01e commit 799c680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/4s-mdns.c
Expand Up @@ -34,7 +34,8 @@
Called manually by the various mdns functions below */
static int setup_frontend_from_admind(fsp_link *link)
{
fsa_kb_info *ki = fsaf_fetch_kb_info(link->kb_name, NULL);
fsa_kb_info *ki = fsaf_fetch_kb_info((unsigned char *)link->kb_name,
NULL);
if (ki == NULL) {
return -1;
}
Expand Down

0 comments on commit 799c680

Please sign in to comment.