Changeset 383d37b in code for cmd.c


Ignore:
Timestamp:
Jun 17, 2014, 11:31:02 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
d45051e
Parents:
dab4135
git-author:
Mike Belopuhov <mike@…> (06/17/14 10:40:49)
git-committer:
Mike Belopuhov <mike@…> (06/17/14 11:31:02)
Message:

don't allow to boot yourself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    rdab4135 r383d37b  
    141141                return;
    142142        }
     143        if (s == is) {
     144                icb_error(is, "Just quit, would you?");
     145                return;
     146        }
    143147
    144148        /* okay, here we go, but first, be polite and notify a user */
Note: See TracChangeset for help on using the changeset viewer.