summaryrefslogtreecommitdiff
path: root/source3/utils/net_connections.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-22s3:utils/net fix a compiler warningChristian Ambach1-1/+1
ret might be used uninitialized in out-of-memory condition
2012-08-16fix printf warning in net connectionsAndrew Bartlett1-2/+2
2012-08-16s3:net add command "connections cleanup"Gregor Beck1-0/+273
Signed-off-by: Andrew Bartlett <abartlet@samba.org>