Page MenuHomeFreeBSD

D4548.id11221.diff
No OneTemporary

D4548.id11221.diff

Index: usr.sbin/ypldap/ber.c
===================================================================
--- usr.sbin/ypldap/ber.c
+++ usr.sbin/ypldap/ber.c
@@ -27,7 +27,6 @@
#include <err.h> /* XXX for debug output */
#include <stdio.h> /* XXX for debug output */
#include <string.h>
-#include <strings.h>
#include <unistd.h>
#include <stdarg.h>
@@ -1219,8 +1218,7 @@
void
ber_free(struct ber *b)
{
- if (b->br_wbuf != NULL)
- free (b->br_wbuf);
+ free(b->br_wbuf);
}
static ssize_t

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 11:10 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15608789
Default Alt Text
D4548.id11221.diff (491 B)

Event Timeline