From 5023221aae65c86389016d80038d222785475f71 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Tue, 6 Mar 2001 21:44:15 +0000 Subject: [PATCH] STABLE10-svc-create-servicetype-to-afsservicetype-20010212 (cherry picked from commit defda2dc962c9773ad3aae0f022dd41d02e79f76) --- 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