Changeset 383d37b in code
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
rdab4135
|
r383d37b
|
|
141 | 141 | return; |
142 | 142 | } |
| 143 | if (s == is) { |
| 144 | icb_error(is, "Just quit, would you?"); |
| 145 | return; |
| 146 | } |
143 | 147 | |
144 | 148 | /* okay, here we go, but first, be polite and notify a user */ |