From defda2dc962c9773ad3aae0f022dd41d02e79f76 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Mon, 12 Feb 2001 16:12:25 +0000 Subject: [PATCH] svc-create-servicetype-to-afsservicetype-20010212 missed in previous passes --- src/WINNT/afssvrmgr/svc_create.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afssvrmgr/svc_create.cpp b/src/WINNT/afssvrmgr/svc_create.cpp index 21690f1ec..a69be2b2a 100644 --- a/src/WINNT/afssvrmgr/svc_create.cpp +++ b/src/WINNT/afssvrmgr/svc_create.cpp @@ -139,7 +139,7 @@ void Services_Create_OnInitDialog (HWND hDlg, LPIDENT lpi) void Services_Create_OnType (HWND hDlg) { - SERVICETYPE type; + AFSSERVICETYPE type; if (IsDlgButtonChecked (hDlg, IDC_SVC_TYPE_FS)) type = SERVICETYPE_FS; else if (IsDlgButtonChecked (hDlg, IDC_SVC_TYPE_CRON)) -- 2.39.5