9
0
Fork 0

fs: tftp: don't duplicate timeout information

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Baruch Siach 2013-08-11 14:36:40 +03:00 committed by Sascha Hauer
parent b5abbd8074
commit d37bfa4944
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#define TFTP_RESEND_TIMEOUT SECOND
/* After this time without progress we will bail out */
#define TFTP_TIMEOUT (5 * SECOND)
#define TFTP_TIMEOUT (TIMEOUT * SECOND)
/*
* TFTP operations.