bb_applet_name -> applet_name
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c
index 6edd258..40eb5e9 100644
--- a/loginutils/sulogin.c
+++ b/loginutils/sulogin.c
@@ -44,7 +44,7 @@
 	struct spwd *spwd;
 
 	logmode = LOGMODE_BOTH;
-	openlog(bb_applet_name, 0, LOG_AUTH);
+	openlog(applet_name, 0, LOG_AUTH);
 
 	if (getopt32 (argc, argv, "t:", &timeout_arg)) {
 		if (safe_strtoi(timeout_arg, &timeout)) {