- Timestamp:
- Mar 6, 2014, 3:30:44 PM (11 years ago)
- Branches:
- master
- Children:
- be3ad87
- Parents:
- f3c60e6
- git-author:
- Mike Belopuhov <mike@…> (03/06/14 15:29:27)
- git-committer:
- Mike Belopuhov <mike@…> (03/06/14 15:30:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icbd.c
rf3c60e6 r460786f 50 50 int foreground; 51 51 char logprefix[MAXPATHLEN/2]; 52 int dodns = 1; 52 53 int dologging; 53 54 int verbose; … … 89 90 icb_init(&ic); 90 91 91 while ((ch = getopt(argc, argv, "46CdG:M: L:S:v")) != -1)92 while ((ch = getopt(argc, argv, "46CdG:M:nL:S:v")) != -1) 92 93 switch (ch) { 93 94 case '4': … … 112 113 case 'M': 113 114 icbd_modtab(optarg); 115 break; 116 case 'n': 117 dodns = 0; 114 118 break; 115 119 case 'S':
Note:
See TracChangeset
for help on using the changeset viewer.