aae3ec801d
These services may be hosted off any TCP/IP-enabled platform. The Samba project includes not only an impressive feature set in file and print serving capabilities, but has been extended to include client functionality, utilities to ease migration to Samba, tools to aid interoperability with Microsoft Windows, and administration tools.
13 lines
429 B
Text
13 lines
429 B
Text
$NetBSD: patch-aj,v 1.1.1.1 2010/12/06 17:01:23 adam Exp $
|
|
|
|
--- smbd/dir.c.orig 2010-12-05 20:59:48.000000000 +0000
|
|
+++ smbd/dir.c
|
|
@@ -193,7 +193,7 @@ static struct dptr_struct *dptr_get(stru
|
|
dptr->wcard, dptr->attr))) {
|
|
DEBUG(4,("dptr_get: Failed to open %s (%s)\n",dptr->path,
|
|
strerror(errno)));
|
|
- return False;
|
|
+ return NULL;
|
|
}
|
|
}
|
|
DLIST_PROMOTE(sconn->smb1.searches.dirptrs,dptr);
|