export the function client_is_expired()
Instead of passing the pointer to the "expired" flag to processListOfCommands(), this function should use the client API to check this flag. We can now remove the "global_expired" hack introduced recently.
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
|
||||
struct client;
|
||||
|
||||
int processListOfCommands(struct client *client,
|
||||
int *permission, int *expired,
|
||||
int processListOfCommands(struct client *client, int *permission,
|
||||
int listOK, struct strnode *list);
|
||||
|
||||
int processCommand(struct client *client,
|
||||
|
Reference in New Issue
Block a user