summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-11-16 15:39:21 +0000
committerJeremy Allison <jra@samba.org>2016-11-20 02:28:11 +0100
commit1314db09dde650e651c9079d746c70c9dcd09b35 (patch)
tree7f6ea19f7db2d758228ca0cd2ae62b7de975a26d /libcli/nbt
parentcd9d957adb579811a9273861033ec9abb9c16678 (diff)
downloadsamba-1314db09dde650e651c9079d746c70c9dcd09b35.tar.gz
lib: Rename fgets_slash to x_fgets_slash
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/lmhosts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/lmhosts.c b/libcli/nbt/lmhosts.c
index 3e746f01f27..e68dc08d1e5 100644
--- a/libcli/nbt/lmhosts.c
+++ b/libcli/nbt/lmhosts.c
@@ -66,7 +66,7 @@ bool getlmhostsent(TALLOC_CTX *ctx, XFILE *fp, char **pp_name, int *name_type,
*name_type = -1;
- if (!fgets_slash(line,sizeof(line),fp)) {
+ if (!x_fgets_slash(line,sizeof(line),fp)) {
continue;
}