From ed44d36970619044948a87d22e99d7ab6cd658f6 Mon Sep 17 00:00:00 2001 From: didg Date: Mon, 3 Jan 2005 15:24:05 +0000 Subject: [PATCH] backport SLPreg fix for Solaris for dev branch. --- etc/afpd/afp_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/afpd/afp_config.c b/etc/afpd/afp_config.c index 236bcebb..606068a7 100644 --- a/etc/afpd/afp_config.c +++ b/etc/afpd/afp_config.c @@ -1,5 +1,5 @@ /* - * $Id: afp_config.c,v 1.22.6.9 2004-06-14 20:58:56 bfernhomberg Exp $ + * $Id: afp_config.c,v 1.22.6.9.2.1 2005-01-03 15:24:05 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. @@ -425,7 +425,7 @@ static AFPConfig *DSIConfigInit(const struct afp_options *options, err = SLPReg(hslp, dsi->srvloc_url, SLP_LIFETIME_MAXIMUM, - "", + "afp", "", SLP_TRUE, SRVLOC_callback, -- 2.39.2