diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-13 10:45:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-13 10:45:04 -0400 |
commit | ecb43ce21caccbdfe99b0e12cdce7f83d59b06e3 (patch) | |
tree | 972dfab41d90ef357b5f0881bb8a646f7896f23a /src/app/main | |
parent | 0c91c63593720f07a20034bce2b0478dee216763 (diff) | |
parent | eb427f309cbe2eb82769fdec4e9b7a7249c3287b (diff) | |
download | tor-ecb43ce21caccbdfe99b0e12cdce7f83d59b06e3.tar.gz tor-ecb43ce21caccbdfe99b0e12cdce7f83d59b06e3.zip |
Merge branch 'maint-0.4.4'
Diffstat (limited to 'src/app/main')
-rw-r--r-- | src/app/main/ntmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/ntmain.c b/src/app/main/ntmain.c index 4941199759..5dc0edd591 100644 --- a/src/app/main/ntmain.c +++ b/src/app/main/ntmain.c @@ -603,7 +603,7 @@ nt_service_install(int argc, char **argv) /* Genericity is apparently _so_ last year in Redmond, where some * accounts are accounts that you can look up, and some accounts * are magic and undetectable via the security subsystem. See - * http://msdn2.microsoft.com/en-us/library/ms684188.aspx + * https://msdn2.microsoft.com/en-us/library/ms684188.aspx */ printf("Running on a Post-Win2K OS, so we'll assume that the " "LocalService account exists.\n"); |