From 47d503303cb716421f56a713db8fff3e1a1a26a3 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 19 Jul 2005 20:44:45 +0000 Subject: from Graeme Hewson: "Fixes for ethereal config files" svn path=/trunk/; revision=14956 --- disabled_protos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disabled_protos.c') diff --git a/disabled_protos.c b/disabled_protos.c index ebda7a273b..cc11ad0de9 100644 --- a/disabled_protos.c +++ b/disabled_protos.c @@ -109,7 +109,7 @@ read_disabled_protos_list(char **gpath_return, int *gopen_errno_return, /* Construct the pathname of the user's disabled protocols file. */ ff_path = get_persconffile_path(PROTOCOLS_FILE_NAME, FALSE); - /* Read the global disabled protocols file, if it exists. */ + /* Read the user's disabled protocols file, if it exists. */ *path_return = NULL; if ((ff = fopen(ff_path, "r")) != NULL) { /* We succeeded in opening it; read it. */ -- cgit v1.2.3