Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360856
b: refs/heads/master
c: 1111eae
h: refs/heads/master
v: v3
  • Loading branch information
Tyler Hicks committed Feb 27, 2013
1 parent 51f2081 commit bea80c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1101d58669a92ed9c9f4c7281404fb1e067a1e28
refs/heads/master: 1111eae90fb64a9d9ed133e410712f1e34fdce4a
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ecryptfs_send_message_locked(char *data, int data_len, u8 msg_type,
int rc;

rc = ecryptfs_find_daemon_by_euid(&daemon);
if (rc || !daemon) {
if (rc) {
rc = -ENOTCONN;
goto out;
}
Expand Down

0 comments on commit bea80c9

Please sign in to comment.