1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was

changed just for deugging)
This commit is contained in:
Andrew Tridgell 2005-08-02 16:58:52 +00:00 committed by Gerald (Jerry) Carter
parent 17689ca740
commit a7c260e61f

View File

@ -29,7 +29,7 @@ struct irpc_message {
};
/* don't allow calls to take too long */
#define IRPC_CALL_TIMEOUT 1000
#define IRPC_CALL_TIMEOUT 10
/* the server function type */