lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / protocol.c
index 3cad500f71b56e16d881f7998eeac56a24993f7f..96d552d4db72e83544cc3b8e6fbbaefb6629ebb7 100644 (file)
@@ -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);
     }