diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-10 10:22:48 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-10 10:22:48 +0000 |
commit | 1f99578ce98947170a8f3809e8d77cb2d4b9a4f4 (patch) | |
tree | 8893cd6e6b357abee3b722f5baebed2791c297f6 /tun.h | |
parent | Fixed issue where OpenVPN does not apply the --txqueuelen option (diff) | |
download | openvpn-1f99578ce98947170a8f3809e8d77cb2d4b9a4f4.tar.xz |
Backed out AUTO_USERID feature introduced in r1436.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1449 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tun.h')
-rw-r--r-- | tun.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -332,8 +332,6 @@ int tun_read_queue (struct tuntap *tt, int maxsize); int tun_write_queue (struct tuntap *tt, struct buffer *buf); int tun_finalize (HANDLE h, struct overlapped_io *io, struct buffer *buf); -void get_auto_userid (char *username, const int capacity); - static inline bool tuntap_stop (int status) { |