another small ovdb patch

Heath Kehoe heath.kehoe at intermec.com
Wed May 24 19:09:26 UTC 2000


Please apply this patch to storage/ovdb/ovdb.c in both
BETA and CURRENT trees.

It removes a gratuitous error message.

TIA
-h

*** ovdb.c.dist	Wed May 24 13:59:59 2000
--- ovdb.c	Wed May 24 14:01:28 2000
***************
*** 1400,1409 ****
  	return FALSE;
      }
      gno = groupnum(group);
!     if(!gno) {
! 	syslog(L_ERROR, "OVDB: groupnum(%s) failed (errno=%m)", group);
  	return FALSE;
-     }
  
      memset(&key, 0, sizeof key);
      memset(&val, 0, sizeof val);
--- 1400,1407 ----
  	return FALSE;
      }
      gno = groupnum(group);
!     if(!gno)
  	return FALSE;
  
      memset(&key, 0, sizeof key);
      memset(&val, 0, sizeof val);




More information about the inn-patches mailing list