Re: [PATCH 2/7] utils: improve the auth_demuxer function in fakeauth.c

2013-12-04 Thread Samuel Thibault
Justus Winter, le Wed 04 Dec 2013 12:11:51 +0100, a écrit : > Handle multiple request types as recommended by the Mach Server > Writer's Guide section 4, subsection "Handling Multiple Request > Types". This avoids initializing the reply message in every X_server > function. The reply message has

[PATCH 2/7] utils: improve the auth_demuxer function in fakeauth.c

2013-12-04 Thread Justus Winter
Handle multiple request types as recommended by the Mach Server Writer's Guide section 4, subsection "Handling Multiple Request Types". This avoids initializing the reply message in every X_server function. The reply message has already been properly initialized in libports, so there is no need t