X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fprotocol.c;h=96d552d4db72e83544cc3b8e6fbbaefb6629ebb7;hb=HEAD;hp=3cad500f71b56e16d881f7998eeac56a24993f7f;hpb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;p=debian%2Famanda diff --git a/common-src/protocol.c b/common-src/protocol.c index 3cad500..96d552d 100644 --- a/common-src/protocol.c +++ b/common-src/protocol.c @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1999 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -602,6 +603,8 @@ s_repwait( } else if(pkt->type == P_PREP) { p->timeout = p->repwait - CURTIME + p->curtime + 1; + if (p->timeout <= 0) + p->timeout = 1; return (PA_CONTPEND); }