diff options
Diffstat (limited to 'kdmlib/kdmtsak.h')
-rw-r--r-- | kdmlib/kdmtsak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdmlib/kdmtsak.h b/kdmlib/kdmtsak.h index 9c512a59b..1987a8218 100644 --- a/kdmlib/kdmtsak.h +++ b/kdmlib/kdmtsak.h @@ -77,7 +77,7 @@ inline int tde_sak_verify_calling_process() #ifdef DEBUG printf("Parent executable name is: %s\n\r", procparent.ascii()); #endif - if ((procparent == "kdesktop") || (procparent == "kdesktop_lock") || (procparent == "kdm")) { + if ((procparent == "kdesktop") || (procparent == "kdesktop_lock") || (procparent == "tdm")) { authorized = true; } else if (procparent == "tdeinit") { |