mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-6984 Moved to a dynamic library load
This commit is contained in:
parent
f64dc1a257
commit
415607ea42
7 changed files with 648 additions and 410 deletions
|
|
@ -184,7 +184,7 @@ static void parseClipTypes()
|
|||
|
||||
vlog.debug("Adding DLP binary mime type %s", m.mime);
|
||||
}
|
||||
vlog.debug("Total %u binary mime types", dlp_mimetypes.size());
|
||||
vlog.debug("Total %lu binary mime types", dlp_mimetypes.size());
|
||||
|
||||
free(origstr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue