Changeset 2105 for trunk/server/common/oursrc/accountadm
- Timestamp:
- Dec 31, 2011, 10:26:23 PM (13 years ago)
- Location:
- trunk/server/common/oursrc/accountadm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/accountadm/Makefile.in
r1693 r2105 10 10 all-local: admof signup-scripts-frontend 11 11 12 admof: admof.c13 $(CC) $(CPPFLAGS) $(CFLAGS) $< -L/usr/lib/afs -L/usr/lib64/afs -lprot -lauth -lrxkad -lubik -laudit -lsys -lrx -llwp -lsys -lafsutil -lcom_err -lresolv -lkrb5 -ldes -o $@ 12 admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread 13 admof: admof.o 14 14 15 15 install: … … 26 26 27 27 clean: 28 rm -f admof signup-scripts-frontend28 rm -f admof admof.o signup-scripts-frontend 29 29 30 30 distclean: clean -
trunk/server/common/oursrc/accountadm/admof.c
r1693 r2105 21 21 #include <unistd.h> 22 22 #include <netinet/in.h> 23 #include <afs/stds.h> 23 24 #include <afs/vice.h> 24 25 #include <afs/venus.h> … … 90 91 } 91 92 92 /* Note: this first free probably should be xdr_free in OpenAFS 1.5. 93 * See commits b40b606 and f02f2e8 */ 94 free(tids.idlist_val); 93 xdr_free((xdrproc_t) xdr_idlist, &tids); 95 94 tids.idlist_val = NULL; 96 95 free(tnames.namelist_val);
Note: See TracChangeset
for help on using the changeset viewer.