* Add client type caching code, so we can behave in a customized manner if necessary for certain clients.
This commit is contained in:
@ -22,7 +22,7 @@ struct Response
|
||||
int requested;
|
||||
int size;
|
||||
u_int32_t filter;
|
||||
enum clientType client;
|
||||
enum client_types client;
|
||||
};
|
||||
|
||||
/* ExecuteSoapAction():
|
||||
|
Reference in New Issue
Block a user