projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FIX: Coverity badge link now works.
[proxmark3-svn]
/
client
/
uart.c
diff --git
a/client/uart.c
b/client/uart.c
index 508eb672fe48dd5a569c055f39202d42f7b7a9de..e538499bf6ea3a6bf933796a9ce4a58f37dac8dd 100644
(file)
--- a/
client/uart.c
+++ b/
client/uart.c
@@
-123,7
+123,7
@@
void uart_close(const serial_port sp) {
// Does the system allows us to place a lock on this file descriptor
int err = fcntl(spu->fd, F_SETLK, &fl);
if ( err == -1) {
- perror("fcntl");
+
//
perror("fcntl");
}
close(spu->fd);
free(sp);
Impressum
,
Datenschutz