mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
Prudishly fixing comment
This commit is contained in:
parent
1aeaa97475
commit
b3563716bd
@ -576,7 +576,7 @@ ipmi_user_main(struct ipmi_intf * intf, int argc, char ** argv)
|
|||||||
*/
|
*/
|
||||||
else if (strncmp(argv[0], "test", 4) == 0)
|
else if (strncmp(argv[0], "test", 4) == 0)
|
||||||
{
|
{
|
||||||
// a little fucking irritating, isn't it
|
// a little irritating, isn't it
|
||||||
if ((argc == 3 || argc == 4) &&
|
if ((argc == 3 || argc == 4) &&
|
||||||
((strncmp(argv[2], "16", 2) == 0) ||
|
((strncmp(argv[2], "16", 2) == 0) ||
|
||||||
(strncmp(argv[2], "20", 2) == 0)))
|
(strncmp(argv[2], "20", 2) == 0)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user