mirror of https://github.com/neutrinolabs/xrdp
1c0c923ad1
Rename g_file_open() to g_file_open_rw(), and add a new g_file_open_ro() call that wraps the common g_file_open_ex(file, 1, 0, 0, 0) idiom. This will make the file access mode more explicit in the code. Change all calls to g_file_open() to the _ro() or _rw() variant as appropriate, and replace g_file_open_ex(file, 1, 0, 0, 0) with the _ro() call. Lastly, add tests for the two new calls to test_os_calls.c (code courteously provided by matt335672). |
||
---|---|---|
.. | ||
Makefile.am | ||
test_libipm.h | ||
test_libipm_main.c | ||
test_libipm_recv_calls.c | ||
test_libipm_send_calls.c |