Changeset 272 for branches/samba-3.2.x/source/lib/replace/getpass.c
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/lib/replace/getpass.c
r136 r272 153 153 /* Try to write to and read from the terminal if we can. 154 154 If we can't open the terminal, use stderr and stdin. */ 155 156 155 in = fopen ("/dev/tty", "w+"); 157 156 if (in == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.