summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_lmhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nmbd/nmbd_lmhosts.c')
-rw-r--r--source/nmbd/nmbd_lmhosts.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/nmbd/nmbd_lmhosts.c b/source/nmbd/nmbd_lmhosts.c
index 3c067d8ed4e..8eb198020f7 100644
--- a/source/nmbd/nmbd_lmhosts.c
+++ b/source/nmbd/nmbd_lmhosts.c
@@ -1,5 +1,6 @@
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 1.9.
NBT netbios routines and daemon - version 2
Copyright (C) Jeremy Allison 1994-1998
@@ -33,7 +34,7 @@ void load_lmhosts_file(char *fname)
pstring name;
int name_type;
struct in_addr ipaddr;
- XFILE *fp = startlmhosts( fname );
+ FILE *fp = startlmhosts( fname );
if (!fp) {
DEBUG(2,("load_lmhosts_file: Can't open lmhosts file %s. Error was %s\n",