From: Hartmut Reuter Date: Tue, 6 Mar 2001 21:44:15 +0000 (+0000) Subject: STABLE10-svc-create-servicetype-to-afsservicetype-20010212 X-Git-Tag: openafs-stable-1_0_3~48 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5023221aae65c86389016d80038d222785475f71;p=packages%2Fo%2Fopenafs.git STABLE10-svc-create-servicetype-to-afsservicetype-20010212 (cherry picked from commit defda2dc962c9773ad3aae0f022dd41d02e79f76) --- 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))