rdpdr: fix missing return devman.
This commit is contained in:
parent
125ce3d116
commit
b399897627
@ -40,6 +40,8 @@ DEVMAN* devman_new(rdpSvcPlugin* plugin)
|
||||
devman->plugin = plugin;
|
||||
devman->id_sequence = 1;
|
||||
devman->devices = list_new();
|
||||
|
||||
return devman;
|
||||
}
|
||||
|
||||
void devman_free(DEVMAN* devman)
|
||||
|
Loading…
Reference in New Issue
Block a user