mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +08:00
mg_start() has changed
This commit is contained in:
parent
11951a57ff
commit
b452eb1eae
@ -374,7 +374,7 @@ int main(void) {
|
||||
srand((unsigned) time(0));
|
||||
|
||||
// Setup and start Mongoose
|
||||
ctx = mg_start(&event_handler, options);
|
||||
ctx = mg_start(&event_handler, NULL, options);
|
||||
assert(ctx != NULL);
|
||||
|
||||
// Wait until enter is pressed, then exit
|
||||
|
Loading…
Reference in New Issue
Block a user