Changeset 30 for trunk/samba/source/utils/net_status.c
- Timestamp:
- Apr 25, 2007, 9:44:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/utils/net_status.c
r22 r30 103 103 104 104 d_printf("%-10.10s %s %-12s %s", 105 crec. name,procid_str_static(&crec.pid),105 crec.servicename,procid_str_static(&crec.pid), 106 106 crec.machine, 107 107 time_to_asc(crec.start)); … … 169 169 170 170 d_printf("%s\\%s\\%s\\%s\\%s\\%s\\%s", 171 crec. name,procid_str_static(&crec.pid),171 crec.servicename,procid_str_static(&crec.pid), 172 172 guest ? "" : uidtoname(ids->entries[i].uid), 173 173 guest ? "" : gidtoname(ids->entries[i].gid),
Note: See TracChangeset
for help on using the changeset viewer.