mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
85fba1e869
2 changed files with 2 additions and 1 deletions
|
@ -233,6 +233,7 @@ local function make_host(hostname)
|
|||
type = "local",
|
||||
events = prosody.events,
|
||||
modules = {},
|
||||
sessions = {},
|
||||
users = require "core.usermanager".new_null_provider(hostname)
|
||||
};
|
||||
end
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* TODO: Decide on fixed size or dynamically allocated buffer
|
||||
*/
|
||||
#if 1
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#define BUFLEN 256
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue