From: Hartmut Reuter Date: Mon, 12 Feb 2001 16:12:25 +0000 (+0000) Subject: svc-create-servicetype-to-afsservicetype-20010212 X-Git-Tag: BP-openafs-devel-autoconf~80 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=defda2dc962c9773ad3aae0f022dd41d02e79f76;p=packages%2Fo%2Fopenafs.git svc-create-servicetype-to-afsservicetype-20010212 missed in previous passes --- 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))