summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-04-05 08:44:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:50:33 -0500
commitb087ed482115520a6c18e9a1c02accce0014d80f (patch)
treef09ebda34baf5cef9c8a28882b8064681babf7b9 /source4/libcli
parentc424c2b857fe08587eb81a5c5e3625545119d1c2 (diff)
downloadsamba-b087ed482115520a6c18e9a1c02accce0014d80f.tar.gz
samba-b087ed482115520a6c18e9a1c02accce0014d80f.tar.bz2
samba-b087ed482115520a6c18e9a1c02accce0014d80f.zip
r23: get rid of def_finfo
(This used to be commit 25b7ec390aec3e324c4c7ad8edbc90fc8896b230)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/util/cliutil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/libcli/util/cliutil.c b/source4/libcli/util/cliutil.c
index 13b3dad0bf..56dee7381a 100644
--- a/source4/libcli/util/cliutil.c
+++ b/source4/libcli/util/cliutil.c
@@ -24,9 +24,6 @@
Functions nicked from lib/util.c needed by client.
*******************************************************************/
-/* a default finfo structure to ensure all fields are sensible */
-file_info def_finfo = {-1,0,0,0,0,0,0,"",""};
-
/*******************************************************************
A wrapper that handles case sensitivity and the special handling
of the ".." name.