diff options
Diffstat (limited to 'c_lhosts.go')
-rw-r--r-- | c_lhosts.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index 52e2b46..6482ede 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_lhosts.go - * Thu, 21 Dec 2023 11:51:44 +0100 + * Tue Dec 26 12:07:56 2023 * Joe * * the hosts linked list @@ -70,7 +70,7 @@ type HostNode struct { Dynamic bool `yaml:"dynamic"` Note string `yaml:"note"` Filename string - Folder string + Dir *DirsNode next *HostNode } |