]> andersk Git - moira.git/blobdiff - update/update_server.c
Use krb5_error_code for return value of krb5 library functions.
[moira.git] / update / update_server.c
index af0cc526c66d32f6d86200e5228c8e4841f79504..eeab92cdadda2f29d485d43fd29b1aae47011cdf 100644 (file)
@@ -45,6 +45,7 @@ struct _dt {
   void (*proc)(int, char *);
 } dispatch_table[] = {
   { "AUTH_002", auth_002 },
+  { "AUTH_003", auth_003 },
   { "XFER_002", xfer_002 },
   { "XFER_003", xfer_003 },
   { "EXEC_002", exec_002 },
@@ -245,5 +246,5 @@ static void syslog_com_err_proc(const char *progname, long code,
   buf[bufsiz] = '\0';
 
   vsnprintf(buf, bufsiz, fmt, args);
-  syslog(LOG_NOTICE, buf);
+  syslog(LOG_NOTICE, "%s", buf);
 }
This page took 0.035556 seconds and 4 git commands to generate.