X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d79618303ff42aa5e0bc2dba51fdd7b385bc97d4..418ee17e8bd250785855ca3f3f1ff0e19331d498:/sbr/oauth_prof.c diff --git a/sbr/oauth_prof.c b/sbr/oauth_prof.c index 4d91b8b2..db9c5cda 100644 --- a/sbr/oauth_prof.c +++ b/sbr/oauth_prof.c @@ -6,6 +6,7 @@ */ #include "h/mh.h" +#include "concat.h" #include "getcpy.h" #include "context_find.h" @@ -85,7 +86,7 @@ update_svc(mh_oauth_service_info *svc, const char *svc_name, char *errbuf, #define update(name) \ update_svc_field(&svc->name, #name, svc_name); \ if (svc->name == NULL) { \ - snprintf(errbuf, errbuflen, "%s", #name " is missing"); \ + snprintf(errbuf, errbuflen, "%s", #name " is missing"); \ errbuf[errbuflen - 1] = '\0'; \ return false; \ }