Changeset 677a45b in code for cmd.c


Ignore:
Timestamp:
Apr 22, 2015, 5:28:48 PM (10 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
176b6ef
Parents:
5dfeb4c
Message:

Remove group passwords and introduce new tokenizer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    r5dfeb4c r677a45b  
    177177                        return;
    178178                } else {
    179                         if ((ig = icb_addgroup(is, group, NULL)) == NULL) {
     179                        if ((ig = icb_addgroup(is, group)) == NULL) {
    180180                                icb_error(is, "Can't create group");
    181181                                return;
Note: See TracChangeset for help on using the changeset viewer.